OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
inpainting.hpp File Reference

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
 "black box" representation of the file storage associated with a file on disk.
namespace  cv::videostab

Functions

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)