在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
1