OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointsPrevGood_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/src/
global_motion.cpp
725
pointsPrevGood_
.clear();
pointsPrevGood_
.reserve(points_.size());
732
pointsPrevGood_
.push_back(pointsPrev_[i]);
742
pointsPrev_.swap(
pointsPrevGood_
);
747
pointsPrevGood_
.clear();
748
pointsPrevGood_
.reserve(points_.size());
757
pointsPrevGood_
.push_back(pointsPrev_[i]);
764
return motionEstimator_->estimate(
pointsPrevGood_
, pointsGood_, ok);
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
249
std::vector<Point2f>
pointsPrevGood_
, pointsGood_;
Completed in 39 milliseconds