Click or drag to resize

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
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xfeatures2d_SIFT_create(
	int nFeatures,
	int nOctaveLayers,
	double contrastThreshold,
	double edgeThreshold,
	double sigma,
	out IntPtr returnValue
)

Parameters

nFeatures
Type: SystemInt32

[Missing <param name="nFeatures"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

nOctaveLayers
Type: SystemInt32

[Missing <param name="nOctaveLayers"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

contrastThreshold
Type: SystemDouble

[Missing <param name="contrastThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

edgeThreshold
Type: SystemDouble

[Missing <param name="edgeThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

sigma
Type: SystemDouble

[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.xfeatures2d_SIFT_create(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.IntPtr@)"]

See Also