NativeMethodsfeatures2d_FastFeatureDetector_create Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_FastFeatureDetector_create(System.Int32,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus features2d_FastFeatureDetector_create( int threshold, int nonmaxSuppression, out IntPtr returnValue )
Public Shared Function features2d_FastFeatureDetector_create ( threshold As Integer, nonmaxSuppression As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus features2d_FastFeatureDetector_create( int threshold, int nonmaxSuppression, [OutAttribute] IntPtr% returnValue )
static member features2d_FastFeatureDetector_create : threshold : int * nonmaxSuppression : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FastFeatureDetector_create(System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="nonmaxSuppression"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FastFeatureDetector_create(System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FastFeatureDetector_create(System.Int32,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_FastFeatureDetector_create(System.Int32,System.Int32,System.IntPtr@)"]