#include <inpainting.hpp>
Inherits cv::videostab::InpainterBase.
Public Member Functions | |
| void | pushBack (Ptr< InpainterBase > inpainter) |
| bool | empty () const |
| virtual void | setRadius (int val) |
| virtual void | setFrames (const std::vector< Mat > &val) |
| virtual void | setMotions (const std::vector< Mat > &val) |
| virtual void | setStabilizedFrames (const std::vector< Mat > &val) |
| virtual void | setStabilizationMotions (const std::vector< Mat > &val) |
| virtual void | update () |
| virtual void | inpaint (int idx, Mat &frame, Mat &mask) |
| virtual int | radius () const |
| virtual const std::vector< Mat > & | frames () const |
| virtual const std::vector< Mat > & | motions () const |
| virtual const std::vector< Mat > & | stabilizedFrames () const |
| virtual const std::vector< Mat > & | stabilizationMotions () const |
Protected Attributes | |
| int | radius_ |
| const std::vector< Mat > * | frames_ |
| const std::vector< Mat > * | motions_ |
| const std::vector< Mat > * | stabilizedFrames_ |
| const std::vector< Mat > * | stabilizationMotions_ |
| void cv::videostab::InpaintingPipeline::pushBack | ( | Ptr< InpainterBase > | inpainter | ) |
| bool cv::videostab::InpaintingPipeline::empty | ( | ) | const |
| virtual void cv::videostab::InpaintingPipeline::setRadius | ( | int | val | ) | [virtual] |
Reimplemented from cv::videostab::InpainterBase.
| virtual void cv::videostab::InpaintingPipeline::setFrames | ( | const std::vector< Mat > & | val | ) | [virtual] |
Reimplemented from cv::videostab::InpainterBase.
| virtual void cv::videostab::InpaintingPipeline::setMotions | ( | const std::vector< Mat > & | val | ) | [virtual] |
Reimplemented from cv::videostab::InpainterBase.
| virtual void cv::videostab::InpaintingPipeline::setStabilizedFrames | ( | const std::vector< Mat > & | val | ) | [virtual] |
Reimplemented from cv::videostab::InpainterBase.
| virtual void cv::videostab::InpaintingPipeline::setStabilizationMotions | ( | const std::vector< Mat > & | val | ) | [virtual] |
Reimplemented from cv::videostab::InpainterBase.
| virtual void cv::videostab::InpaintingPipeline::update | ( | ) | [virtual] |
Reimplemented from cv::videostab::InpainterBase.
| virtual void cv::videostab::InpaintingPipeline::inpaint | ( | int | idx, |
| Mat & | frame, | ||
| Mat & | mask | ||
| ) | [virtual] |
Implements cv::videostab::InpainterBase.
| virtual int cv::videostab::InpainterBase::radius | ( | ) | const [virtual, inherited] |
| virtual const std::vector<Mat>& cv::videostab::InpainterBase::frames | ( | ) | const [virtual, inherited] |
| virtual const std::vector<Mat>& cv::videostab::InpainterBase::motions | ( | ) | const [virtual, inherited] |
| virtual const std::vector<Mat>& cv::videostab::InpainterBase::stabilizedFrames | ( | ) | const [virtual, inherited] |
| virtual const std::vector<Mat>& cv::videostab::InpainterBase::stabilizationMotions | ( | ) | const [virtual, inherited] |
int cv::videostab::InpainterBase::radius_ [protected, inherited] |
const std::vector<Mat>* cv::videostab::InpainterBase::frames_ [protected, inherited] |
const std::vector<Mat>* cv::videostab::InpainterBase::motions_ [protected, inherited] |
const std::vector<Mat>* cv::videostab::InpainterBase::stabilizedFrames_ [protected, inherited] |
const std::vector<Mat>* cv::videostab::InpainterBase::stabilizationMotions_ [protected, inherited] |