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