OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMotions
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
deblurring.hpp
77
virtual void
setMotions
(const std::vector<Mat> &val) { motions_ = &val; }
inpainting.hpp
84
virtual void
setMotions
(const std::vector<Mat> &val) { motions_ = &val; }
117
virtual void
setMotions
(const std::vector<Mat> &val);
wobble_suppression.hpp
78
virtual void
setMotions
(const std::vector<Mat> &val) { motions_ = &val; }
/external/opencv3/modules/videostab/src/
stabilizer.cpp
165
inpainter_->
setMotions
(motions_);
179
deblurer_->
setMotions
(motions_);
477
wobbleSuppressor_->
setMotions
(motions_);
inpainting.cpp
80
void InpaintingPipeline::
setMotions
(const std::vector<Mat> &val)
83
inpainters_[i]->
setMotions
(val);
84
InpainterBase::
setMotions
(val);
Completed in 43 milliseconds