Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtracked_object.h74 return last_detection_position_; in GetLastDetectionPosition()
143 BoundingBox last_detection_position_; variable
Dtracked_object.cc35 last_detection_position_(bounding_box), in TrackedObject()
156 last_detection_position_ = detection_position; in OnDetection()