Click or drag to resize

Cv2CreateCLAHE Method

Creates a predefined CLAHE object

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static CLAHE CreateCLAHE(
	double clipLimit = 40,
	Nullable<Size> tileGridSize = null
)

Parameters

clipLimit (Optional)
Type: SystemDouble
tileGridSize (Optional)
Type: SystemNullableSize

Return Value

Type: CLAHE
See Also