#include <opencv2/videostab/inpainting.hpp>
◆ MotionInpainter()
cv::videostab::MotionInpainter::MotionInpainter |
( |
| ) |
|
◆ borderMode()
int cv::videostab::MotionInpainter::borderMode |
( |
| ) |
const |
|
inline |
◆ distThresh()
float cv::videostab::MotionInpainter::distThresh |
( |
| ) |
const |
|
inline |
◆ flowErrorThreshold()
float cv::videostab::MotionInpainter::flowErrorThreshold |
( |
| ) |
const |
|
inline |
◆ inpaint()
virtual void cv::videostab::MotionInpainter::inpaint |
( |
int |
idx, |
|
|
Mat & |
frame, |
|
|
Mat & |
mask |
|
) |
| |
|
virtual |
◆ optFlowEstimator()
◆ setBorderMode()
void cv::videostab::MotionInpainter::setBorderMode |
( |
int |
val | ) |
|
|
inline |
◆ setDistThreshold()
void cv::videostab::MotionInpainter::setDistThreshold |
( |
float |
val | ) |
|
|
inline |
◆ setFlowErrorThreshold()
void cv::videostab::MotionInpainter::setFlowErrorThreshold |
( |
float |
val | ) |
|
|
inline |
◆ setOptFlowEstimator()
此类文档从以下文件生成