NativeMethodsxfeatures2d_SIFT_create Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus xfeatures2d_SIFT_create( int nFeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, out IntPtr returnValue )
Public Shared Function xfeatures2d_SIFT_create ( nFeatures As Integer, nOctaveLayers As Integer, contrastThreshold As Double, edgeThreshold As Double, sigma As Double, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus xfeatures2d_SIFT_create( int nFeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, [OutAttribute] IntPtr% returnValue )
static member xfeatures2d_SIFT_create : nFeatures : int * nOctaveLayers : int * contrastThreshold : float * edgeThreshold : float * sigma : float * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="nFeatures"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="nOctaveLayers"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="contrastThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="edgeThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]