Searched refs:motions2_ (Results 1 – 2 of 2) sorted by relevance
81 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
191 std::vector<Mat> motions2_; member in cv::videostab::TwoPassStabilizer