Click or drag to resize

Cv2GetNearestPoint Method

[Missing <summary> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]

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

Parameters

recallPrecisionCurve
Type: System.Collections.GenericIEnumerablePoint2f

[Missing <param name="recallPrecisionCurve"/> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]

lPrecision
Type: SystemSingle

[Missing <param name="lPrecision"/> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetNearestPoint(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Single)"]

See Also