Cv2ComputeRecallPrecisionCurve Method |
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[]
OpenCvSharp.Cv2.ComputeRecallPrecisionCurve = function(matches1to2, correctMatches1to2Mask);