OpenCV 4.5.3(日本語機械翻訳)
|
Describes a global 2D motion estimation method which uses keypoints detection and optical flow for matching. [詳解]
#include <global_motion.hpp>
cv::videostab::ImageMotionEstimatorBaseを継承しています。
公開メンバ関数 |
|
KeypointBasedMotionEstimator (Ptr< MotionEstimatorBase > estimator) | |
virtual void | setMotionModel (MotionModel val) CV_OVERRIDE |
virtual MotionModel | motionModel () const CV_OVERRIDE |
void | setDetector (Ptr< FeatureDetector > val) |
Ptr< FeatureDetector > | detector () const |
void | setOpticalFlowEstimator (Ptr< ISparseOptFlowEstimator > val) |
Ptr< ISparseOptFlowEstimator > | opticalFlowEstimator () const |
void | setOutlierRejector (Ptr< IOutlierRejector > val) |
Ptr< IOutlierRejector > | outlierRejector () const |
virtual void | setFrameMask (InputArray mask) CV_OVERRIDE |
virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0) CV_OVERRIDE |
Mat | estimate (InputArray frame0, InputArray frame1, bool *ok=0) |
その他の継承メンバ |
|
![]() |
|
ImageMotionEstimatorBase (MotionModel model) | |
キーポイント検出とオプティカルフローをマッチングに使用する,大域的な 2D モーション推定法について説明します.
|
inline virtual |
|
inline virtual |
|
inline virtual |