Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dconfig.h34 struct MatchScore { struct
35 explicit MatchScore(double val) : value(val) {} in MatchScore() argument
36 MatchScore() { value = 0.0; } in MatchScore() function
40 MatchScore& operator+(const MatchScore& rhs) { argument
46 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 …]
Dtracked_object.h47 const MatchScore match_score, const int64_t timestamp,
65 inline MatchScore GetMatchScore() { in GetMatchScore()
159 MatchScore tracked_match_score_;
Dobject_detector.h84 const MatchScore match_score, in Detection()
101 inline MatchScore GetMatchScore() const { in GetMatchScore()
122 MatchScore match_score_;
Dtracked_object.cc81 tracked_match_score_ = MatchScore(0.0f); in UpdatePosition()
114 const MatchScore match_score, in OnDetection()
Dobject_model.h71 virtual MatchScore GetMatchScore(