![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
キーポイント検出とオプティカルフローを用いてマッチングを行う、大域的な2次元の動き推定手法を記述する。 続き...
#include <opencv2/videostab/global_motion.hpp>
公開メンバ関数 | |
| KeypointBasedMotionEstimator (Ptr< MotionEstimatorBase > estimator) | |
| Ptr< FeatureDetector > | detector () const |
| virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0) CV_OVERRIDE |
| Mat | estimate (InputArray frame0, InputArray frame1, bool *ok=0) |
| virtual MotionModel | motionModel () const CV_OVERRIDE |
| Ptr< ISparseOptFlowEstimator > | opticalFlowEstimator () const |
| Ptr< IOutlierRejector > | outlierRejector () const |
| void | setDetector (Ptr< FeatureDetector > val) |
| virtual void | setFrameMask (InputArray mask) CV_OVERRIDE |
| virtual void | setMotionModel (MotionModel val) CV_OVERRIDE |
| void | setOpticalFlowEstimator (Ptr< ISparseOptFlowEstimator > val) |
| void | setOutlierRejector (Ptr< IOutlierRejector > val) |
Public Member Functions inherited from cv::videostab::ImageMotionEstimatorBase | |
| virtual | ~ImageMotionEstimatorBase () |
Additional Inherited Members | |
Protected Member Functions inherited from cv::videostab::ImageMotionEstimatorBase | |
| ImageMotionEstimatorBase (MotionModel model) | |
キーポイント検出とオプティカルフローを用いてマッチングを行う、大域的な2次元の動き推定手法を記述する。
| cv::videostab::KeypointBasedMotionEstimator::KeypointBasedMotionEstimator | ( | Ptr< MotionEstimatorBase > | estimator | ) |
|
inline |
| Mat cv::videostab::KeypointBasedMotionEstimator::estimate | ( | InputArray | frame0, |
| InputArray | frame1, | ||
| bool * | ok = 0 ) |
|
inlinevirtual |
cv::videostab::ImageMotionEstimatorBase から再実装されている。
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
cv::videostab::ImageMotionEstimatorBase から再実装されている。
|
inlinevirtual |
cv::videostab::ImageMotionEstimatorBase から再実装されている。
|
inline |
|
inline |