CvXPhoto Class |
Namespace: OpenCvSharp.XPhoto
The CvXPhoto type exposes the following members.
Name | Description | |
---|---|---|
ApplyChannelGains |
Implements an efficient fixed-point approximation for applying channel gains,
which is the last step of multiple white balance algorithms.
| |
Bm3dDenoising(InputArray, OutputArray, Single, Int32, Int32, Int32, Int32, Int32, Int32, Single, NormTypes, Bm3dSteps, TransformTypes) |
Performs image denoising using the Block-Matching and 3D-filtering algorithm
(http://www.cs.tut.fi/~foi/GCF-BM3D/BM3D_TIP_2007.pdf) with several computational optimizations.Noise expected to be a gaussian white noise.
| |
Bm3dDenoising(InputArray, InputOutputArray, OutputArray, Single, Int32, Int32, Int32, Int32, Int32, Int32, Single, NormTypes, Bm3dSteps, TransformTypes) |
Performs image denoising using the Block-Matching and 3D-filtering algorithm
(http://www.cs.tut.fi/~foi/GCF-BM3D/BM3D_TIP_2007.pdf) with several computational
optimizations.Noise expected to be a gaussian white noise.
| |
CreateGrayworldWB |
Creates an instance of GrayworldWB
| |
CreateLearningBasedWB |
Creates an instance of LearningBasedWB
| |
CreateSimpleWB |
Creates an instance of SimpleWB
| |
DctDenoising |
The function implements simple dct-based denoising
| |
Inpaint |
The function implements different single-image inpainting algorithms.
| |
OilPainting |
oilPainting.
See the book @cite Holzmann1988 for details.
|