OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Classes | |
class | GrayworldWB |
Gray-world white balance algorithm. More... | |
class | LearningBasedWB |
More sophisticated learning-based automatic white balance algorithm. More... | |
class | SimpleWB |
A simple white balance algorithm that works by independently stretching each of the input image channels to the specified range. For increased robustness it ignores the top and bottom \($p\%\)$ of pixel values. More... | |
class | TonemapDurand |
This algorithm decomposes image into two layers: base layer and detail layer using bilateral filter and compresses contrast of the base layer thus preserving all the details. More... | |
class | WhiteBalancer |
The base class for auto white balance algorithms. More... | |
class | Xphoto |