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