Click or drag to resize

NativeMethodsimgproc_CLAHE_setTilesGridSize Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_CLAHE_setTilesGridSize(
	IntPtr obj,
	Size tileGridSize
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_CLAHE_setTilesGridSize(System.IntPtr,OpenCvSharp.Size)"]

tileGridSize
Type: OpenCvSharpSize

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

Return Value

Type: ExceptionStatus

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

See Also