NativeMethodsfeatures2d_FAST1 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_FAST1(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus features2d_FAST1( IntPtr image, IntPtr keypoints, int threshold, int nonmaxSupression )
Public Shared Function features2d_FAST1 ( image As IntPtr, keypoints As IntPtr, threshold As Integer, nonmaxSupression As Integer ) As ExceptionStatus
public: static ExceptionStatus features2d_FAST1( IntPtr image, IntPtr keypoints, int threshold, int nonmaxSupression )
static member features2d_FAST1 : image : IntPtr * keypoints : IntPtr * threshold : int * nonmaxSupression : int -> ExceptionStatus
[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FAST1(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]
[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FAST1(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]
[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FAST1(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]
[Missing <param name="nonmaxSupression"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FAST1(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_FAST1(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]