Searched refs:old_center (Results 1 – 2 of 2) sorted by relevance
50 const Point2f old_center = box.GetCenter(); in AdjustBox() local52 FillScales(old_center, translation, weights, deltas); in AdjustBox()149 int FramePair::FillScales(const Point2f& old_center, in FillScales() argument162 const float dist1_x = keypoint1.pos_.x - old_center.x; in FillScales()163 const float dist1_y = keypoint1.pos_.y - old_center.y; in FillScales()165 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x; in FillScales()166 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y; in FillScales()
69 int FillScales(const Point2f& old_center,