Searched defs:old_center (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dframe_pair.cc50 const Point2f old_center = box.GetCenter(); local
52 FillScales(old_center, translation, weights, deltas);
149 int FramePair::FillScales(const Point2f& old_center, argument
162 const float dist1_x = keypoint1.pos_.x - old_center.x;
163 const float dist1_y = keypoint1.pos_.y - old_center.y;
165 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x;
166 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y;

Completed in 1405 milliseconds