Click here to Skip to main content
15,916,042 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can any body tell how to extend the bilinear to bicubic interpolation
Posted

1 solution

The two interpolation algorithms are quite different and it's not possible to "extend" one to another...

Anyway, if you want to implement the bicubic interpolation algorithm, there are many resources on the web. I recommend you to start here: http://en.wikipedia.org/wiki/Bicubic_interpolation
 
Share this answer
 
Comments
Sandeep Mewara 2-Sep-10 13:58pm    
Comment from OP: in the Wikipedia it is given that bicubic can be implemented using cubic b spline , cubic convolution. If i want to interpolate the bitmap how can i use the same.
Kubajzz 3-Sep-10 4:47am    
Huh... I would like to answer this question, but it doesn't make any sense.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900