Opencv does NOT support cv::Inpaint for CUDA?
I am trying to use GPU to accelerate the image preprocessing. Will opencv have CUDA support for Inpaint?
I am trying to use GPU to accelerate the image preprocessing. Will opencv have CUDA support for Inpaint?
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!
Asked: 2019-04-04 16:54:46 -0600
Seen: 1,023 times
Last updated: Apr 08 '19