Click or drag to resize

NativeMethodsflann_IndexParams_getDouble Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static double flann_IndexParams_getDouble(
	IntPtr obj,
	string key,
	double defaultVal
)

Parameters

obj
Type: SystemIntPtr
key
Type: SystemString
defaultVal
Type: SystemDouble

Return Value

Type: Double
See Also