Click or drag to resize

NativeMethodsfeatures2d_getNearestPoint 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 int features2d_getNearestPoint(
	Point2f[] recallPrecisionCurve,
	int recallPrecisionCurveSize,
	float l_precision
)

Parameters

recallPrecisionCurve
Type: OpenCvSharpPoint2f
recallPrecisionCurveSize
Type: SystemInt32
l_precision
Type: SystemSingle

Return Value

Type: Int32
See Also