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