Searched refs:keypointsPrev_ (Results 1 – 2 of 2) sorted by relevance
711 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()
247 std::vector<KeyPoint> keypointsPrev_; member in cv::videostab::KeypointBasedMotionEstimator