Searched refs:hostPoints_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videostab/src/ |
D | global_motion.cpp | 810 points_.download(hostPoints_); in estimate() 817 outlierRejector_->process(frame0.size(), hostPointsPrev_, hostPoints_, rejectionStatus_); in estimate() 820 hostPointsPrevTmp_.reserve(hostPoints_.cols); in estimate() 823 hostPointsTmp_.reserve(hostPoints_.cols); in estimate() 825 for (int i = 0; i < hostPoints_.cols; ++i) in estimate() 830 hostPointsTmp_.push_back(hostPoints_.at<Point2f>(0,i)); in estimate() 835 hostPoints_ = Mat(1, (int)hostPointsTmp_.size(), CV_32FC2, &hostPointsTmp_[0]); in estimate() 839 return motionEstimator_->estimate(hostPointsPrev_, hostPoints_, ok); in estimate()
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | global_motion.hpp | 278 Mat hostPointsPrev_, hostPoints_; member in cv::videostab::KeypointBasedMotionEstimatorGpu
|