Table of Contents

Method CreateCLAHE

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateCLAHE(double, Size?)

Creates a predefined CLAHE object

public static CLAHE CreateCLAHE(double clipLimit = 40, Size? tileGridSize = null)

Parameters

clipLimit double
tileGridSize Size?

Returns

CLAHE