NativeMethodsfeatures2d_MSER_setDelta Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_MSER_setDelta( IntPtr obj, int delta )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_MSER_setDelta ( obj As IntPtr, delta As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_MSER_setDelta( IntPtr obj, int delta )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_MSER_setDelta : obj : IntPtr * delta : int -> unit
OpenCvSharp.NativeMethods.features2d_MSER_setDelta = function(obj, delta);