NativeMethodsnonfree_SURF_new Method (Double, Int32, Int32, Int32, Int32) OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr nonfree_SURF_new(
	double hessianThreshold,
	int nOctaves,
	int nOctaveLayers,
	int extended,
	int upright
)

Parameters

hessianThreshold
Type: SystemDouble

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

nOctaves
Type: SystemInt32

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

nOctaveLayers
Type: SystemInt32

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

extended
Type: SystemInt32

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

upright
Type: SystemInt32

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

Return Value

Type: IntPtr

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

See Also

Reference