opencv2/videostab/inpainting.hpp#
#include <vector>
#include <opencv2/core.hpp>
#include <opencv2/videostab/optical_flow.hpp>
#include <opencv2/videostab/fast_marching.hpp>
#include <opencv2/videostab/global_motion.hpp>
#include <opencv2/photo.hpp>
Include dependency graph for inpainting.hpp:
This graph shows which files directly or indirectly include inpainting.hpp:
Classes#
class cv::videostab::ColorAverageInpainter
class cv::videostab::ColorInpainter
class cv::videostab::ConsistentMosaicInpainter
class cv::videostab::InpainterBase
class cv::videostab::InpaintingPipeline
class cv::videostab::MotionInpainter
class cv::videostab::NullInpainter
Namespaces#
namespace cv
namespace cv::videostab
Functions#
cv::videostab::ColorInpainter::ColorInpainter (int method=INPAINT_TELEA, double radius=2.)
void cv::videostab::calcFlowMask (const Mat &flowX, const Mat &flowY, const Mat &errors, float maxError, const Mat &mask0, const Mat &mask1, Mat &flowMask)
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)