Searched refs:old_center (Results 1 – 2 of 2) sorted by relevance
51 const Point2f old_center = box.GetCenter(); in AdjustBox() local53 FillScales(old_center, translation, weights, deltas); in AdjustBox()150 int FramePair::FillScales(const Point2f& old_center, in FillScales() argument163 const float dist1_x = keypoint1.pos_.x - old_center.x; in FillScales()164 const float dist1_y = keypoint1.pos_.y - old_center.y; in FillScales()166 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x; in FillScales()167 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y; in FillScales()
69 int FillScales(const Point2f& old_center,