Contrast Limited Adaptive Histogram Equalization
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusAlgorithm
OpenCvSharp.CPlusPlusCLAHE
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CLAHE type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClipLimit | ||
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| Info |
Algorithm information
(Inherited from Algorithm.) | |
| InfoPtr |
Pointer to algorithm information (cv::AlgorithmInfo*)
(Overrides AlgorithmInfoPtr.) | |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| Name |
Returns the algorithm name
(Inherited from Algorithm.) | |
| TilesGridSize |
Methods
| Name | Description | |
|---|---|---|
| Apply | ||
| CollectGarbage | ||
| Create |
Creates a predefined CLAHE object
| |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| GetAlgorithm |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetBool |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetClipLimit | ||
| GetDouble |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetHashCode | (Inherited from Object.) | |
| GetInt |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetMat |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetMatVector |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetParams | (Inherited from Algorithm.) | |
| GetString |
Returns the algorithm parameter
(Inherited from Algorithm.) | |
| GetTilesGridSize | ||
| GetType | (Inherited from Object.) | |
| ParamHelp | (Inherited from Algorithm.) | |
| ParamType | (Inherited from Algorithm.) | |
| Release |
Clean up any resources being used.
(Inherited from Algorithm.) | |
| SetAlgorithm |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetBool |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetClipLimit | ||
| SetDouble |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetInt |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetMat |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetMatVector |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetString |
Sets the algorithm parameter
(Inherited from Algorithm.) | |
| SetTilesGridSize | ||
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString |
Returns a string that represents this Algorithm.
(Inherited from Algorithm.) |
See Also