Searched defs:motions (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/videostab/src/ |
D | motion_stabilizing.cpp | 55 … 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()
|
D | stabilizer.cpp | 338 … int frameCount, const std::vector<Mat> &motions, const std::vector<Mat> &stabilizationMotions) in saveMotions()
|
D | global_motion.cpp | 845 Mat getMotion(int from, int to, const std::vector<Mat> &motions) in getMotion()
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | deblurring.hpp | 78 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::DeblurerBase
|
D | wobble_suppression.hpp | 79 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::WobbleSuppressorBase
|
D | inpainting.hpp | 85 virtual const std::vector<Mat>& motions() const { return *motions_; } in motions() function in cv::videostab::InpainterBase
|
/external/opencv3/modules/calib3d/src/ |
D | homography_decomp.cpp | 452 vector<CameraMotion> motions; in decomposeHomographyMat() local
|