cv::videostab::WobbleSuppressorBaseを継承しています。
|
virtual void |
suppress
(int idx, const
Mat
&frame,
Mat
&result) CV_OVERRIDE |
|
void |
setMotionEstimator
(Ptr<
ImageMotionEstimatorBase
> val) |
|
Ptr<
ImageMotionEstimatorBase
> |
motionEstimator
() const |
|
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_
|
|
◆
suppress()
virtual void cv::videostab::NullWobbleSuppressor::suppress
|
( |
int |
idx,
|
|
|
const
Mat
& |
frame,
|
|
|
Mat
& |
result |
|
) |
|
|
|
virtual
|
このクラス詳解は次のファイルから抽出されました: