Click or drag to resize

CLAHE Properties

The CLAHE type exposes the following members.

Properties
  NameDescription
Public propertyClipLimit
Gets or sets threshold for contrast limiting.
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyEmpty
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
(Inherited from Algorithm.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyTilesGridSize
Gets or sets size of grid for histogram equalization. Input image will be divided into equally sized rectangular tiles.
Top
See Also