Click or drag to resize

Cv2ComputeRecallPrecisionCurve Method

[Missing <summary> documentation for "M:OpenCvSharp.Cv2.ComputeRecallPrecisionCurve(OpenCvSharp.DMatch[][],System.Byte[][])"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Point2f[] ComputeRecallPrecisionCurve(
	DMatch[][] matches1to2,
	byte[][] correctMatches1to2Mask
)

Parameters

matches1to2
Type: OpenCvSharpDMatch

[Missing <param name="matches1to2"/> documentation for "M:OpenCvSharp.Cv2.ComputeRecallPrecisionCurve(OpenCvSharp.DMatch[][],System.Byte[][])"]

correctMatches1to2Mask
Type: SystemByte

[Missing <param name="correctMatches1to2Mask"/> documentation for "M:OpenCvSharp.Cv2.ComputeRecallPrecisionCurve(OpenCvSharp.DMatch[][],System.Byte[][])"]

Return Value

Type: Point2f
recallPrecisionCurve
See Also