Home
last modified time | relevance | path

Searched defs:motions (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/videostab/src/
Dmotion_stabilizing.cpp55 … int size, const std::vector<Mat> &motions, std::pair<int,int> range, Mat *stabilizationMotions) in stabilize()
84 … int size, const std::vector<Mat> &motions, std::pair<int,int> range, Mat *stabilizationMotions) in stabilize()
105 Mat GaussianMotionFilter::stabilize(int idx, const std::vector<Mat> &motions, std::pair<int,int> ra… in stabilize()
143 …int size, const std::vector<Mat> &motions, std::pair<int,int> /*range*/, Mat *stabilizationMotions) in stabilize()
Dstabilizer.cpp338 … int frameCount, const std::vector<Mat> &motions, const std::vector<Mat> &stabilizationMotions) in saveMotions()
Dglobal_motion.cpp845 Mat getMotion(int from, int to, const std::vector<Mat> &motions) in getMotion()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Ddeblurring.hpp78 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::DeblurerBase
Dwobble_suppression.hpp79 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::WobbleSuppressorBase
Dinpainting.hpp85 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::InpainterBase
/external/opencv3/modules/calib3d/src/
Dhomography_decomp.cpp452 vector<CameraMotion> motions; in decomposeHomographyMat() local