estimate           80 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp         { return estimate(features, pairwise_matches, cameras); }
estimate           91 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp     virtual bool estimate(const std::vector<ImageFeatures> &features,
estimate          105 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp     virtual bool estimate(const std::vector<ImageFeatures> &features,
estimate          146 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp     virtual bool estimate(const std::vector<ImageFeatures> &features,
estimate          120 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0) = 0;
estimate          142 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0);
estimate          158 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0);
estimate          183 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) = 0;
estimate          197 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
estimate          211 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
estimate          238 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
estimate          265 modules/videostab/include/opencv2/videostab/global_motion.hpp     virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
estimate          266 modules/videostab/include/opencv2/videostab/global_motion.hpp     Mat estimate(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, bool *ok = 0);
estimate          690 modules/videostab/src/global_motion.cpp     Mat_<float> M = motionEstimator_->estimate(frame0, frame1, &ok_);
estimate          764 modules/videostab/src/global_motion.cpp     return motionEstimator_->estimate(pointsPrevGood_, pointsGood_, ok);
estimate          783 modules/videostab/src/global_motion.cpp     return estimate(frame0_, frame1_, ok);
estimate          839 modules/videostab/src/global_motion.cpp     return motionEstimator_->estimate(hostPointsPrev_, hostPoints_, ok);
estimate          293 modules/videostab/src/stabilizer.cpp     return motionEstimator_->estimate(at(curPos_ - 1, frames_), at(curPos_, frames_));
estimate          389 modules/videostab/src/stabilizer.cpp                 motions_.push_back(motionEstimator_->estimate(prevFrame, frame, &ok));
estimate          393 modules/videostab/src/stabilizer.cpp                     Mat M = wobbleSuppressor_->motionEstimator()->estimate(prevFrame, frame, &ok2);