NativeMethodscvSURFParams Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSURFParams(System.Double,System.Boolean)"]

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

public static WCvSURFParams cvSURFParams(
	double hessianThreshold,
	bool extended
)

Parameters

hessianThreshold
Type: SystemDouble

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

extended
Type: SystemBoolean

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

Return Value

Type: WCvSURFParams

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvSURFParams(System.Double,System.Boolean)"]

See Also

Reference