Home
last modified time | relevance | path

Searched refs:motions_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Ddeblurring.hpp62 DeblurerBase() : radius_(0), frames_(0), motions_(0), blurrinessRates_(0) {} in DeblurerBase()
77 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions()
78 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions()
86 const std::vector<Mat> *motions_; member in cv::videostab::DeblurerBase
H A Dwobble_suppression.hpp78 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions()
79 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions()
90 const std::vector<Mat> *motions_; member in cv::videostab::WobbleSuppressorBase
H A Dinpainting.hpp65 : radius_(0), motionModel_(MM_UNKNOWN), frames_(0), motions_(0), in InpainterBase()
84 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions()
85 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions()
97 const std::vector<Mat> *motions_; member in cv::videostab::InpainterBase
H A Dstabilizer.hpp131 std::vector<Mat> motions_; // motions_[i] is the motion from i-th to i+1-th frame member in cv::videostab::StabilizerBase