Home
last modified time | relevance | path

Searched refs:DMatchForEvaluation (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Devaluation.cpp475 struct DMatchForEvaluation : public DMatch struct
478 DMatchForEvaluation( const DMatch &dm ) : DMatch( dm ) {} in DMatchForEvaluation() function
497 std::vector<DMatchForEvaluation> allMatches; in computeRecallPrecisionCurve()
503 DMatchForEvaluation match = matches1to2[i][j]; in computeRecallPrecisionCurve()