Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/util/
Ddateinterval.py81 for match in allMatches(s, _timeRE):
90 def allMatches(source, regex): function
/external/opencv3/modules/features2d/src/
Devaluation.cpp497 std::vector<DMatchForEvaluation> allMatches; in computeRecallPrecisionCurve() local
505 allMatches.push_back( match ); in computeRecallPrecisionCurve()
510 std::sort( allMatches.begin(), allMatches.end() ); in computeRecallPrecisionCurve()
513 recallPrecisionCurve.resize( allMatches.size() ); in computeRecallPrecisionCurve()
514 for( size_t i = 0; i < allMatches.size(); i++ ) in computeRecallPrecisionCurve()
516 if( allMatches[i].isCorrect ) in computeRecallPrecisionCurve()