Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp725 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()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp249 std::vector<Point2f> pointsPrevGood_, pointsGood_; member in cv::videostab::KeypointBasedMotionEstimator