Click or drag to resize

Cv2ComputeRecallPrecisionCurve Method

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

Parameters

matches1to2
Type: OpenCvSharpDMatch
correctMatches1to2Mask
Type: SystemByte

Return Value

Type: Point2f
recallPrecisionCurve
See Also