Home
last modified time | relevance | path

Searched refs:motions2_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dwobble_suppression.hpp81 virtual void setMotions2(const std::vector<Mat> &val) { motions2_ = &val; } in setMotions2()
82 virtual const std::vector<Mat>& motions2() const { return *motions2_; } in motions2()
91 const std::vector<Mat> *motions2_; member in cv::videostab::WobbleSuppressorBase
H A Dstabilizer.hpp191 std::vector<Mat> motions2_; member in cv::videostab::TwoPassStabilizer