Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_stitcher.cpp519 float feature_center_x = (float)left_ovlap.pos_x + (left_ovlap.width / 2.0f); in feature_match() local
520 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()