Cv2ComputeRecallPrecisionCurve Method |
[Missing <summary> documentation for "M:OpenCvSharp.Cv2.ComputeRecallPrecisionCurve(OpenCvSharp.DMatch[][],System.Byte[][])"]
Namespace: OpenCvSharp
public static Point2f[] ComputeRecallPrecisionCurve( DMatch[][] matches1to2, byte[][] correctMatches1to2Mask )
Public Shared Function ComputeRecallPrecisionCurve ( matches1to2 As DMatch()(), correctMatches1to2Mask As Byte()() ) As Point2f()
public: static array<Point2f>^ ComputeRecallPrecisionCurve( array<array<DMatch>^>^ matches1to2, array<array<unsigned char>^>^ correctMatches1to2Mask )
static member ComputeRecallPrecisionCurve : matches1to2 : DMatch[][] * correctMatches1to2Mask : byte[][] -> Point2f[]
[Missing <param name="matches1to2"/> documentation for "M:OpenCvSharp.Cv2.ComputeRecallPrecisionCurve(OpenCvSharp.DMatch[][],System.Byte[][])"]
[Missing <param name="correctMatches1to2Mask"/> documentation for "M:OpenCvSharp.Cv2.ComputeRecallPrecisionCurve(OpenCvSharp.DMatch[][],System.Byte[][])"]