Click or drag to resize

NativeMethodsxfeatures2d_SURF_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_SURF_create(
	double hessianThreshold,
	int nOctaves,
	int nOctaveLayers,
	int extended,
	int upright
)

Parameters

hessianThreshold
Type: SystemDouble
nOctaves
Type: SystemInt32
nOctaveLayers
Type: SystemInt32
extended
Type: SystemInt32
upright
Type: SystemInt32

Return Value

Type: IntPtr
See Also