Searched refs:dist1_y (Results 1 – 1 of 1) sorted by relevance
163 const float dist1_y = keypoint1.pos_.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()