Namespace OpenCvSharp.XPhoto
Classes
CvXPhoto
cv::xphoto functions
GrayworldWB
Gray-world white balance algorithm.
LearningBasedWB
More sophisticated learning-based automatic white balance algorithm.
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.
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.
This implementation uses regular bilateral filter from OpenCV.
Saturation enhancement is possible as in cv::TonemapDrago.
For more information see @cite DD02 .
WhiteBalancer
The base class for auto white balance algorithms.
Enums
Bm3dSteps
BM3D algorithm steps
InpaintTypes
various inpainting algorithms
TransformTypes
BM3D transform types