Click or drag to resize
CudaClahe Constructor
http://www.emgu.com
Create the Contrast Limited Adaptive Histogram Equalization

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaClahe(
	double clipLimit,
	Size tileGridSize
)

Parameters

clipLimit
Type: SystemDouble
Threshold for contrast limiting. Use 40.0 for default
tileGridSize
Type: System.DrawingSize
Size of grid for histogram equalization. Input image will be divided into equally sized rectangular tiles. This parameter defines the number of tiles in row and column. Use (8, 8) for default
See Also