Class cv::videostab::InpaintingPipeline#
#include <opencv2/videostab/inpainting.hpp>Collaboration diagram for cv::videostab::InpaintingPipeline:
Public Member Functions#
Public Member Functions inherited from cv::videostab::InpainterBase
Additional Inherited Members#
Protected Attributes inherited from cv::videostab::InpainterBase
Member Function Documentation#
empty()#
bool cv::videostab::InpaintingPipeline::empty()
inpaint()#
void cv::videostab::InpaintingPipeline::inpaint(
int idx,
Mat & frame,
Mat & mask )
pushBack()#
void cv::videostab::InpaintingPipeline::pushBack(Ptr< InpainterBase > inpainter)
setFrames()#
void cv::videostab::InpaintingPipeline::setFrames(const std::vector< Mat > & val)
setMotionModel()#
void cv::videostab::InpaintingPipeline::setMotionModel(MotionModel val)
setMotions()#
void cv::videostab::InpaintingPipeline::setMotions(const std::vector< Mat > & val)
setRadius()#
void cv::videostab::InpaintingPipeline::setRadius(int val)
setStabilizationMotions()#
void cv::videostab::InpaintingPipeline::setStabilizationMotions(const std::vector< Mat > & val)
setStabilizedFrames()#
void cv::videostab::InpaintingPipeline::setStabilizedFrames(const std::vector< Mat > & val)
Member Data Documentation#
inpainters_#
std::vector< Ptr< InpainterBase > > cv::videostab::InpaintingPipeline::inpainters_
Source file#
The documentation for this class was generated from the following file:
opencv2/videostab/inpainting.hpp