Click or drag to resize

Cv2GetRecall Method

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

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

Parameters

recallPrecisionCurve
Type: System.Collections.GenericIEnumerablePoint2f

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

lPrecision
Type: SystemSingle

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

Return Value

Type: Single

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

See Also