Click or drag to resize

NativeMethodsimgproc_createCLAHE Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createCLAHE(System.Double,OpenCvSharp.Size,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_createCLAHE(
	double clipLimit,
	Size tileGridSize,
	out IntPtr returnValue
)

Parameters

clipLimit
Type: SystemDouble

[Missing <param name="clipLimit"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createCLAHE(System.Double,OpenCvSharp.Size,System.IntPtr@)"]

tileGridSize
Type: OpenCvSharpSize

[Missing <param name="tileGridSize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createCLAHE(System.Double,OpenCvSharp.Size,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createCLAHE(System.Double,OpenCvSharp.Size,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createCLAHE(System.Double,OpenCvSharp.Size,System.IntPtr@)"]

See Also