Click or drag to resize

NativeMethodsxfeatures2d_SURF_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xfeatures2d_SURF_create(
	double hessianThreshold,
	int nOctaves,
	int nOctaveLayers,
	int extended,
	int upright,
	out IntPtr returnValue
)

Parameters

hessianThreshold
Type: SystemDouble

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

nOctaves
Type: SystemInt32

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

nOctaveLayers
Type: SystemInt32

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

extended
Type: SystemInt32

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

upright
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also