Searched refs:motions_ (Results 1 – 4 of 4) sorted by relevance
62 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
78 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
65 : 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
131 std::vector<Mat> motions_; // motions_[i] is the motion from i-th to i+1-th frame member in cv::videostab::StabilizerBase