How to implement a bilinear/bicubic interpolation algorithm on Opencv using CUDA? [closed]
Good evening. I just started using Opencv and I would like to use a bilinear/bicubic interpolation algorithm to enhance an image's resolution. I have read some articles about it but I still don't understand how the implementation will be using opencv and C++.
Could someone lend me a hand please?
The version of Opencv is 3.1.0 and I'm using eclipse mars as IDE.
Thank you, solved my problem now.