Searched refs:detection_position (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | tracked_object.cc | 113 const BoundingBox& detection_position, in OnDetection() argument 117 const float overlap = detection_position.PascalScore(last_known_position_); in OnDetection() 138 detection_position.left_, detection_position.top_, in OnDetection() 139 detection_position.GetWidth(), detection_position.GetHeight(), in OnDetection() 153 *image_data.GetImage(), detection_position, &last_detection_thumbnail_); in OnDetection() 156 last_detection_position_ = detection_position; in OnDetection() 158 UpdatePosition(detection_position, timestamp, image_data, false); in OnDetection()
|
D | tracked_object.h | 46 const BoundingBox& detection_position,
|