Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp819 hostPointsPrevTmp_.clear(); in estimate()
820 hostPointsPrevTmp_.reserve(hostPoints_.cols); in estimate()
829 hostPointsPrevTmp_.push_back(hostPointsPrev_.at<Point2f>(0,i)); in estimate()
834 hostPointsPrev_ = Mat(1, (int)hostPointsPrevTmp_.size(), CV_32FC2, &hostPointsPrevTmp_[0]); in estimate()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp279 std::vector<Point2f> hostPointsPrevTmp_, hostPointsTmp_; member in cv::videostab::KeypointBasedMotionEstimatorGpu