Searched refs:dist1_x (Results 1 – 1 of 1) sorted by relevance
162 const float dist1_x = keypoint1.pos_.x - old_center.x; in FillScales() local173 if (((dist2_x > EPSILON && dist1_x > EPSILON) || in FillScales()174 (dist2_x < -EPSILON && dist1_x < -EPSILON)) && in FillScales()177 scales[i].x = dist2_x / dist1_x; in FillScales()