Function opencv::features2d::compute_recall_precision_curve [] [src]

pub fn compute_recall_precision_curve(matches1to2: &VectorOfVectorOfDMatch, correctMatches1to2Mask: &VectorOfVectorOfuchar, recallPrecisionCurve: &VectorOfPoint2f) -> Result<(), String>