Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_detector.h88 bounding_box_(bounding_box) {} in Detection()
93 bounding_box_(other.bounding_box_) {} in Detection()
98 return bounding_box_; in GetObjectBoundingBox()
111 return bounding_box_.Intersects(other.bounding_box_); in Intersects()
123 BoundingBox bounding_box_; variable