Ask Your Question

Revision history [back]

click to hide/show revision 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 :)

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!