Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc163 const float dist1_x = keypoint1.pos_.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()