NativeMethodsfeatures2d_BRISK_create1 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus features2d_BRISK_create1( int thresh, int octaves, float patternScale, out IntPtr returnValue )
Public Shared Function features2d_BRISK_create1 ( thresh As Integer, octaves As Integer, patternScale As Single, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus features2d_BRISK_create1( int thresh, int octaves, float patternScale, [OutAttribute] IntPtr% returnValue )
static member features2d_BRISK_create1 : thresh : int * octaves : int * patternScale : float32 * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="thresh"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]
[Missing <param name="octaves"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]
[Missing <param name="patternScale"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]