NativeMethodsimgproc_adaptiveThreshold Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_adaptiveThreshold( IntPtr src, IntPtr dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double c )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_adaptiveThreshold ( src As IntPtr, dst As IntPtr, maxValue As Double, adaptiveMethod As Integer, thresholdType As Integer, blockSize As Integer, c As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_adaptiveThreshold( IntPtr src, IntPtr dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double c )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_adaptiveThreshold : src : IntPtr * dst : IntPtr * maxValue : float * adaptiveMethod : int * thresholdType : int * blockSize : int * c : float -> unit
OpenCvSharp.NativeMethods.imgproc_adaptiveThreshold = function(src, dst, maxValue, adaptiveMethod, thresholdType, blockSize, c);