Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtracked_object.cc44 allowable_detection_distance_(Square(kInitialDistance)) { in TrackedObject()
108 allowable_detection_distance_ *= 1.1f; in UpdatePosition()
159 allowable_detection_distance_ = Square(kInitialDistance); in OnDetection()
Dtracked_object.h131 return allowable_detection_distance_; in GetAllowableDistanceSquared()
165 float allowable_detection_distance_; variable