HomeSort by relevance Sort by last modified time
    Searched refs:pointsGood_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/src/
global_motion.cpp 726 pointsGood_.clear(); pointsGood_.reserve(points_.size());
733 pointsGood_.push_back(points_[i]);
743 points_.swap(pointsGood_);
750 pointsGood_.clear();
751 pointsGood_.reserve(points_.size());
758 pointsGood_.push_back(points_[i]);
764 return motionEstimator_->estimate(pointsPrevGood_, pointsGood_, ok);
  /external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp 249 std::vector<Point2f> pointsPrevGood_, pointsGood_;

Completed in 1200 milliseconds