Ask Your Question
0

Opencv does NOT support cv::Inpaint for CUDA?

asked 2019-04-04 16:54:46 -0600

jwq gravatar image

I am trying to use GPU to accelerate the image preprocessing. Will opencv have CUDA support for Inpaint?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-04-08 05:57:58 -0600

HYPEREGO gravatar image

updated 2019-04-08 10:55:14 -0600

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!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-04 16:54:46 -0600

Seen: 850 times

Last updated: Apr 08 '19