Click or drag to resize

NativeMethodsflann_AutotunedIndexParams_new 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 flann_AutotunedIndexParams_new(
	float targetPrecision,
	float buildWeight,
	float memoryWeight,
	float sampleFraction
)

Parameters

targetPrecision
Type: SystemSingle
buildWeight
Type: SystemSingle
memoryWeight
Type: SystemSingle
sampleFraction
Type: SystemSingle

Return Value

Type: IntPtr
See Also