OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::videostab::FastMarchingMethod 类参考

描述快速行进法的实现。更多…

#include <opencv2/videostab/fast_marching.hpp>

cv::videostab::FastMarchingMethod 的协作图

公有成员函数

 FastMarchingMethod ()
 
Mat distanceMap () const
 
template<typename Inpaint >
Inpaint run (const Mat &mask, Inpaint inpaint)
 运行快速行进法的模板方法。
 

详细描述

构造函数和析构函数文档

◆ FastMarchingMethod()

cv::videostab::FastMarchingMethod::FastMarchingMethod ( )
内联

成员函数文档

◆ distanceMap()

Mat cv::videostab::FastMarchingMethod::distanceMap ( ) const
内联
返回
在方法运行过程中创建的距离图。

◆ run()

template<typename Inpaint >
Inpaint cv::videostab::FastMarchingMethod::run ( const Mat & mask,
Inpaint inpaint )

运行快速行进法的模板方法。

参数
mask图像掩码。0 值表示像素值必须进行修复,255 表示像素值已知,其他值不可接受。
inpaint重载 void operator ()(int x, int y) 的修复函数。
返回
修复函数。
以下是此函数的调用图

此类的文档是从以下文件生成的