Class cv::videostab::MotionInpainter#
#include <opencv2/videostab/inpainting.hpp>Collaboration diagram for cv::videostab::MotionInpainter:
Public Member Functions#
Public Member Functions inherited from cv::videostab::InpainterBase
Additional Inherited Members#
Protected Attributes inherited from cv::videostab::InpainterBase
Constructor & Destructor Documentation#
MotionInpainter()#
cv::videostab::MotionInpainter::MotionInpainter()
Member Function Documentation#
borderMode()#
int cv::videostab::MotionInpainter::borderMode()
distThresh()#
float cv::videostab::MotionInpainter::distThresh()
flowErrorThreshold()#
float cv::videostab::MotionInpainter::flowErrorThreshold()
inpaint()#
void cv::videostab::MotionInpainter::inpaint(
int idx,
Mat & frame,
Mat & mask )
optFlowEstimator()#
Ptr< IDenseOptFlowEstimator > cv::videostab::MotionInpainter::optFlowEstimator()
setBorderMode()#
void cv::videostab::MotionInpainter::setBorderMode(int val)
setDistThreshold()#
void cv::videostab::MotionInpainter::setDistThreshold(float val)
setFlowErrorThreshold()#
void cv::videostab::MotionInpainter::setFlowErrorThreshold(float val)
setOptFlowEstimator()#
void cv::videostab::MotionInpainter::setOptFlowEstimator(Ptr< IDenseOptFlowEstimator > val)
Member Data Documentation#
borderMode_#
int cv::videostab::MotionInpainter::borderMode_
distThresh_#
float cv::videostab::MotionInpainter::distThresh_
flowErrors_#
Mat_< float > cv::videostab::MotionInpainter::flowErrors_
flowErrorThreshold_#
float cv::videostab::MotionInpainter::flowErrorThreshold_
flowMask_#
Mat_< uchar > cv::videostab::MotionInpainter::flowMask_
flowX_#
Mat_< float > cv::videostab::MotionInpainter::flowX_
flowY_#
Mat_< float > cv::videostab::MotionInpainter::flowY_
fmm_#
FastMarchingMethod cv::videostab::MotionInpainter::fmm_
frame1_#
Mat cv::videostab::MotionInpainter::frame1_
grayFrame_#
Mat_< uchar > cv::videostab::MotionInpainter::grayFrame_
mask1_#
Mat_< uchar > cv::videostab::MotionInpainter::mask1_
optFlowEstimator_#
Ptr< IDenseOptFlowEstimator > cv::videostab::MotionInpainter::optFlowEstimator_
transformedFrame1_#
Mat cv::videostab::MotionInpainter::transformedFrame1_
transformedGrayFrame1_#
Mat_< uchar > cv::videostab::MotionInpainter::transformedGrayFrame1_
transformedMask1_#
Mat_< uchar > cv::videostab::MotionInpainter::transformedMask1_
Source file#
The documentation for this class was generated from the following file:
opencv2/videostab/inpainting.hpp