Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp711 detector_->detect(frame0, keypointsPrev_); in estimate()
712 if (keypointsPrev_.empty()) in estimate()
716 pointsPrev_.resize(keypointsPrev_.size()); in estimate()
717 for (size_t i = 0; i < keypointsPrev_.size(); ++i) in estimate()
718 pointsPrev_[i] = keypointsPrev_[i].pt; in estimate()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp247 std::vector<KeyPoint> keypointsPrev_; member in cv::videostab::KeypointBasedMotionEstimator