Searched defs:correctMatchCount (Results 1 – 1 of 1) sorted by relevance
481 static inline float recall( int correctMatchCount, int correspondenceCount ) in recall()486 static inline float precision( int correctMatchCount, int falseMatchCount ) in precision()512 int correctMatchCount = 0, falseMatchCount = 0; in computeRecallPrecisionCurve() local