Classes | Namespaces | Functions
include/opencv2/videostab/inpainting.hpp File Reference

Go to the source code of this file.

Classes

class  cv::videostab::InpainterBase
class  cv::videostab::NullInpainter
class  cv::videostab::InpaintingPipeline
class  cv::videostab::ConsistentMosaicInpainter
class  cv::videostab::MotionInpainter
class  cv::videostab::ColorAverageInpainter
class  cv::videostab::ColorInpainter

Namespaces

namespace  cv
 Namespace where all the C++ OpenCV functionality resides.
namespace  cv::videostab

Functions

CV_EXPORTS void cv::videostab::calcFlowMask (const Mat &flowX, const Mat &flowY, const Mat &errors, float maxError, const Mat &mask0, const Mat &mask1, Mat &flowMask)
CV_EXPORTS void cv::videostab::completeFrameAccordingToFlow (const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1, float distThresh, Mat &frame0, Mat &mask0)