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