OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostPointsPrevTmp_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/src/
global_motion.cpp
819
hostPointsPrevTmp_
.clear();
820
hostPointsPrevTmp_
.reserve(hostPoints_.cols);
829
hostPointsPrevTmp_
.push_back(hostPointsPrev_.at<Point2f>(0,i));
834
hostPointsPrev_ = Mat(1, (int)
hostPointsPrevTmp_
.size(), CV_32FC2, &
hostPointsPrevTmp_
[0]);
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
279
std::vector<Point2f>
hostPointsPrevTmp_
, hostPointsTmp_;
Completed in 105 milliseconds