Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dframe_pair.cc166 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y; in FillScales() local
175 ((dist2_y > EPSILON && dist1_y > EPSILON) || in FillScales()
176 (dist2_y < -EPSILON && dist1_y < -EPSILON))) { in FillScales()
178 scales[i].y = dist2_y / dist1_y; in FillScales()