Class CLAHE
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Contrast Limited Adaptive Histogram Equalization
public sealed class CLAHE : Algorithm, IDisposable
- Inheritance
-
CLAHE
- Implements
- Inherited Members
Properties
- BitShift
Gets or sets the bit shift parameter for histogram bins (default is 0).
- ClipLimit
Gets or sets threshold for contrast limiting.
- TilesGridSize
Gets or sets size of grid for histogram equalization. Input image will be divided into equally sized rectangular tiles.
Methods
- Apply(InputArray, OutputArray)
Equalizes the histogram of a grayscale image using Contrast Limited Adaptive Histogram Equalization.
- Create(double, Size?)
Creates a predefined CLAHE object