@Namespace(value="cv::xphoto") public static class opencv_xphoto.WhiteBalancer extends opencv_core.Algorithm
/** \brief The base class for auto white balance algorithms.
| Constructor and Description |
|---|
WhiteBalancer(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
balanceWhite(opencv_core.GpuMat src,
opencv_core.GpuMat dst) |
void |
balanceWhite(opencv_core.Mat src,
opencv_core.Mat dst)
\brief Applies white balancing to the input image
|
void |
balanceWhite(opencv_core.UMat src,
opencv_core.UMat dst) |
clear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic WhiteBalancer(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void balanceWhite(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst)
src - Input imagedst - White balancing result
\sa cvtColor, equalizeHistpublic void balanceWhite(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst)
public void balanceWhite(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
Copyright © 2018. All rights reserved.