NativeMethodsimgproc_createCLAHE Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr imgproc_createCLAHE( double clipLimit, Size tileGridSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_createCLAHE ( clipLimit As Double, tileGridSize As Size ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr imgproc_createCLAHE( double clipLimit, Size tileGridSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_createCLAHE : clipLimit : float * tileGridSize : Size -> IntPtr
OpenCvSharp.NativeMethods.imgproc_createCLAHE = function(clipLimit, tileGridSize);