NativeMethodsimgproc_threshold Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double imgproc_threshold( IntPtr src, IntPtr dst, double thresh, double maxval, int type )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_threshold ( src As IntPtr, dst As IntPtr, thresh As Double, maxval As Double, type As Integer ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double imgproc_threshold( IntPtr src, IntPtr dst, double thresh, double maxval, int type )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_threshold : src : IntPtr * dst : IntPtr * thresh : float * maxval : float * type : int -> float
OpenCvSharp.NativeMethods.imgproc_threshold = function(src, dst, thresh, maxval, type);