| CLAHETilesGridSize Property |
Gets or sets size of grid for histogram equalization. Input image will be divided into equally sized rectangular tiles.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Size TilesGridSize { get; set; }
Public Property TilesGridSize As Size
Get
Set
public:
property Size TilesGridSize {
Size get ();
void set (Size value);
}
member TilesGridSize : Size with get, set
Property Value
Type:
SizeSee Also