文件名称:在cpp中用于图像修复的PatchMatch的实现-C/C++开发
文件大小:1.93MB
文件格式:ZIP
更新时间:2024-06-15 19:31:51
C/C++ Image Processing
在cpp中用图像修补程序实现PatchMatch在修补程序中实现图像修补简介此存储库从younesse-cv中借用了大部分代码。 但是,该存储库是C风格的,无法使用opencv 3.x进行编译。 我所做的是使用C ++风格的opencv 3.x API包装代码。 感谢zvezdochiot的建议。 依赖cmake> 2.8 opencv 3.x g ++-4.7如何使用下载此存储库git clone https://github.com/ZQPei/patchmatch_inpainting.git编译mkdir build cd build cmake .. make cd .. Ru
【文件预览】:
patchmatch_inpainting-master
----.gitignore(15B)
----src()
--------nearestneighborfield.cpp(6KB)
--------inpaint.cpp(12KB)
--------main.cpp(5KB)
--------qualitymesures.cpp(4KB)
--------maskedimage.cpp(12KB)
----LICENSE(1KB)
----image_files()
--------inpainting()
--------forest()
----man()
--------man1()
----README.md(2KB)
----run.sh(450B)
----include()
--------qualitymesures.h(193B)
--------defineall.h(444B)
--------nearestneighborfield.h(494B)
--------inpaint.h(688B)
--------structdef.h(1KB)
--------maskedimage.h(954B)
----CMakeLists.txt(960B)