Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc166 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x; in FillScales() local
174 if (((dist2_x > EPSILON && dist1_x > EPSILON) || in FillScales()
175 (dist2_x < -EPSILON && dist1_x < -EPSILON)) && in FillScales()
178 scales[i].x = dist2_x / dist1_x; in FillScales()