OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostPointsPrev_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/src/
global_motion.cpp
809
pointsPrev_.download(
hostPointsPrev_
);
817
outlierRejector_->process(frame0.size(),
hostPointsPrev_
, hostPoints_, rejectionStatus_);
829
hostPointsPrevTmp_.push_back(
hostPointsPrev_
.at<Point2f>(0,i));
834
hostPointsPrev_
= Mat(1, (int)hostPointsPrevTmp_.size(), CV_32FC2, &hostPointsPrevTmp_[0]);
839
return motionEstimator_->estimate(
hostPointsPrev_
, hostPoints_, ok);
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
278
Mat
hostPointsPrev_
, hostPoints_;
Completed in 61 milliseconds