Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp716 pointsPrev_.resize(keypointsPrev_.size()); in estimate()
718 pointsPrev_[i] = keypointsPrev_[i].pt; in estimate()
721 optFlowEstimator_->run(frame0, frame1, pointsPrev_, points_, status_, noArray()); in estimate()
732 pointsPrevGood_.push_back(pointsPrev_[i]); in estimate()
742 pointsPrev_.swap(pointsPrevGood_); in estimate()
745 outlierRejector_->process(frame0.size(), pointsPrev_, points_, status_); in estimate()
757 pointsPrevGood_.push_back(pointsPrev_[i]); in estimate()
801 detector_->detect(grayFrame0, pointsPrev_); in estimate()
804 optFlowEstimator_.run(frame0, frame1, pointsPrev_, points_, status_); in estimate()
807 cuda::compactPoints(pointsPrev_, points_, status_); in estimate()
[all …]
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp248 std::vector<Point2f> pointsPrev_, points_; member in cv::videostab::KeypointBasedMotionEstimator
275 cuda::GpuMat pointsPrev_, points_; member in cv::videostab::KeypointBasedMotionEstimatorGpu