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 D | inpainting.hpp | 84 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::InpainterBase |
| H A D | deblurring.hpp | 77 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::DeblurerBase |
| H A D | wobble_suppression.hpp | 78 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::WobbleSuppressorBase |