Searched refs:MatchScore (Results 1 – 5 of 5) sorted by relevance
34 struct MatchScore { struct35 explicit MatchScore(double val) : value(val) {} in MatchScore() function36 MatchScore() { value = 0.0; } in MatchScore() argument40 MatchScore& operator+(const MatchScore& rhs) { argument46 const MatchScore& detection) {51 inline bool operator< (const MatchScore& cC1, const MatchScore& cC2) {54 inline bool operator> (const MatchScore& cC1, const MatchScore& cC2) {57 inline bool operator>= (const MatchScore& cC1, const MatchScore& cC2) {60 inline bool operator<= (const MatchScore& cC1, const MatchScore& cC2) {182 static const MatchScore kMatchScoreBuffer(0.01f);[all …]
47 const MatchScore match_score, const int64_t timestamp,65 inline MatchScore GetMatchScore() { in GetMatchScore()159 MatchScore tracked_match_score_;
84 const MatchScore match_score, in Detection()101 inline MatchScore GetMatchScore() const { in GetMatchScore()122 MatchScore match_score_;
81 tracked_match_score_ = MatchScore(0.0f); in UpdatePosition()114 const MatchScore match_score, in OnDetection()
71 virtual MatchScore GetMatchScore(