Searched refs:feature_center_x (Results 1 – 1 of 1) sorted by relevance
519 float feature_center_x = (float)left_ovlap.pos_x + (left_ovlap.width / 2.0f); in feature_match() local520 float range = feature_center_x - center_x; in feature_match()528 feature_center_x = (float)right_ovlap.pos_x + (right_ovlap.width / 2.0f); in feature_match()529 range = center_x - feature_center_x; in feature_match()