Searched refs:pointsPrevGood_ (Results 1 – 2 of 2) sorted by relevance
725 pointsPrevGood_.clear(); pointsPrevGood_.reserve(points_.size()); in estimate()732 pointsPrevGood_.push_back(pointsPrev_[i]); in estimate()742 pointsPrev_.swap(pointsPrevGood_); in estimate()747 pointsPrevGood_.clear(); in estimate()748 pointsPrevGood_.reserve(points_.size()); in estimate()757 pointsPrevGood_.push_back(pointsPrev_[i]); in estimate()764 return motionEstimator_->estimate(pointsPrevGood_, pointsGood_, ok); in estimate()
249 std::vector<Point2f> pointsPrevGood_, pointsGood_; member in cv::videostab::KeypointBasedMotionEstimator