OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointsPrev_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/src/
global_motion.cpp
716
pointsPrev_
.resize(keypointsPrev_.size());
718
pointsPrev_
[i] = keypointsPrev_[i].pt;
721
optFlowEstimator_->run(frame0, frame1,
pointsPrev_
, points_, status_, noArray());
732
pointsPrevGood_.push_back(
pointsPrev_
[i]);
742
pointsPrev_
.swap(pointsPrevGood_);
745
outlierRejector_->process(frame0.size(),
pointsPrev_
, points_, status_);
757
pointsPrevGood_.push_back(
pointsPrev_
[i]);
801
detector_->detect(grayFrame0,
pointsPrev_
);
804
optFlowEstimator_.run(frame0, frame1,
pointsPrev_
, points_, status_);
807
cuda::compactPoints(
pointsPrev_
, points_, status_)
[
all
...]
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
248
std::vector<Point2f>
pointsPrev_
, points_;
275
cuda::GpuMat
pointsPrev_
, points_;
Completed in 86 milliseconds