Home
last modified time | relevance | path

Searched refs:setMotions (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dinpainting.hpp84 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::InpainterBase
117 virtual void setMotions(const std::vector<Mat> &val) CV_OVERRIDE;
H A Ddeblurring.hpp77 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::DeblurerBase
H A Dwobble_suppression.hpp78 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::WobbleSuppressorBase