Ask Your Question
1

How to implement a bilinear/bicubic interpolation algorithm on Opencv using CUDA? [closed]

asked 2017-03-28 13:14:23 -0600

Jamesac gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by LBerger
close date 2017-05-12 14:20:48.445784

Comments

1

Thank you, solved my problem now.

Jamesac gravatar imageJamesac ( 2017-05-12 13:54:43 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-03-28 14:35:07 -0600

LBerger gravatar image

updated 2017-03-28 14:53:12 -0600

May be your answer is here : void cv::cuda::resize and source code is here

Now you can read this post or this one to understand how to find coefficients

edit flag offensive delete link more

Comments

Thank you so much for your answer. it was what I was looking for.

Jamesac gravatar imageJamesac ( 2017-06-12 11:22:06 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-03-28 13:14:23 -0600

Seen: 9,886 times

Last updated: Mar 28 '17