1 | initial version |
As far as I remember, OpenCV doesn't have an implementation of inpainting in CUDA yet. But you can use another implementation that use OpenCV, like this one. You can eventually ask to add that as a new feature in the CUDA class, it will be helpful :)
2 | No.2 Revision |
As far as I remember, OpenCV doesn't have an implementation of inpainting in CUDA yet. But you can use another implementation that use OpenCV, like this one. You can eventually ask to add that as a new feature in the CUDA class, it will be helpful :):) Just do a pull request in their repository if you are already familiar with OpenCV!