Searched refs:hostPointsPrevTmp_ (Results 1 – 2 of 2) sorted by relevance
819 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()
279 std::vector<Point2f> hostPointsPrevTmp_, hostPointsTmp_; member in cv::videostab::KeypointBasedMotionEstimatorGpu