Searched refs:setMotions (Results 1 – 5 of 5) sorted by relevance
84 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::InpainterBase117 virtual void setMotions(const std::vector<Mat> &val);
77 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::DeblurerBase
78 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() function in cv::videostab::WobbleSuppressorBase
165 inpainter_->setMotions(motions_); in setUp()179 deblurer_->setMotions(motions_); in setUp()477 wobbleSuppressor_->setMotions(motions_); in setUp()
80 void InpaintingPipeline::setMotions(const std::vector<Mat> &val) in setMotions() function in cv::videostab::InpaintingPipeline83 inpainters_[i]->setMotions(val); in setMotions()84 InpainterBase::setMotions(val); in setMotions()