Click or drag to resize

Cv2GetNearestPoint Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static int GetNearestPoint(
	IEnumerable<Point2f> recallPrecisionCurve,
	float lPrecision
)

Parameters

recallPrecisionCurve
Type: System.Collections.GenericIEnumerablePoint2f
lPrecision
Type: SystemSingle

Return Value

Type: Int32
See Also