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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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