Click or drag to resize

OpenCvSharp.XPhoto Namespace

[Missing <summary> documentation for "N:OpenCvSharp.XPhoto"]

Classes
  ClassDescription
Public classCvXPhoto
cv::xphoto functions
Public classGrayworldWB
Gray-world white balance algorithm.
Public classLearningBasedWB
More sophisticated learning-based automatic white balance algorithm.
Public classSimpleWB
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.
Public classTonemapDurand
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 .
Public classWhiteBalancer
The base class for auto white balance algorithms.
Enumerations
  EnumerationDescription
Public enumerationBm3dSteps
BM3D algorithm steps
Public enumerationInpaintTypes
various inpainting algorithms
Public enumerationTransformTypes
BM3D transform types