![]() |
OpenCV 4.12.0
开源计算机视觉
|
描述了快速行进法的实现。 更多...
#include <opencv2/videostab/fast_marching.hpp>
公共成员函数 | |
| FastMarchingMethod () | |
| Mat | distanceMap () const |
| template<typename Inpaint > | |
| Inpaint | run (const Mat &mask, Inpaint inpaint) |
| 运行快速行进法的模板方法。 | |
描述了快速行进法的实现。
参见 http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf
|
inline |
|
inline |
| Inpaint cv::videostab::FastMarchingMethod::run | ( | const Mat & | mask, |
| Inpaint | inpaint ) |
运行快速行进法的模板方法。
| mask | 图像掩码。0 值表示像素值必须被修复,255 表示像素值已知,其他值不可接受。 |
| inpaint | 重载 void operator ()(int x, int y) 的修复仿函数。 |