Click or drag to resize

NativeMethodsxfeatures2d_SIFT_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr xfeatures2d_SIFT_create(
	int nfeatures,
	int nOctaveLayers,
	double contrastThreshold,
	double edgeThreshold,
	double sigma
)

Parameters

nfeatures
Type: SystemInt32
nOctaveLayers
Type: SystemInt32
contrastThreshold
Type: SystemDouble
edgeThreshold
Type: SystemDouble
sigma
Type: SystemDouble

Return Value

Type: IntPtr
See Also