NativeMethodsimgproc_CLAHE_getTilesGridSize Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Size imgproc_CLAHE_getTilesGridSize( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_CLAHE_getTilesGridSize ( obj As IntPtr ) As Size
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Size imgproc_CLAHE_getTilesGridSize( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_CLAHE_getTilesGridSize : obj : IntPtr -> Size
OpenCvSharp.NativeMethods.imgproc_CLAHE_getTilesGridSize = function(obj);