cv::videostab::MoreAccurateMotionWobbleSuppressorBase,
cv::videostab::NullWobbleSuppressorに継承されています。
|
void |
setMotionEstimator
(Ptr<
ImageMotionEstimatorBase
> val) |
|
Ptr<
ImageMotionEstimatorBase
> |
motionEstimator
() const |
|
virtual void |
suppress
(int idx, const
Mat
&frame,
Mat
&result)=0 |
|
virtual void |
setFrameCount
(int val) |
|
virtual int |
frameCount
() const |
|
virtual void |
setMotions
(const std::vector<
Mat
> &val) |
|
virtual const std::vector<
Mat
> & |
motions
() const |
|
virtual void |
setMotions2
(const std::vector<
Mat
> &val) |
|
virtual const std::vector<
Mat
> & |
motions2
() const |
|
virtual void |
setStabilizationMotions
(const std::vector<
Mat
> &val) |
|
virtual const std::vector<
Mat
> & |
stabilizationMotions
() const |
|
|
Ptr<
ImageMotionEstimatorBase
> |
motionEstimator_
|
|
int |
frameCount_
|
|
const std::vector<
Mat
> * |
motions_
|
|
const std::vector<
Mat
> * |
motions2_
|
|
const std::vector<
Mat
> * |
stabilizationMotions_
|
|
このクラス詳解は次のファイルから抽出されました: