Searched refs:dist2_y (Results 1 – 1 of 1) sorted by relevance
166 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y; in FillScales() local175 ((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()