setMotions 77 modules/videostab/include/opencv2/videostab/deblurring.hpp virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } setMotions 84 modules/videostab/include/opencv2/videostab/inpainting.hpp virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } setMotions 78 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } setMotions 80 modules/videostab/src/inpainting.cpp void InpaintingPipeline::setMotions(const std::vector<Mat> &val)