Linear interpolation for image upscaling

Joined
Mar 29, 2007
Messages
14
Reaction score
0
I am currently working on a linear interpolator which will be used to increase the resolution of images in real time. The input images can be of arbitrary size and the output is fixed. The pixels arrive (8 bit per pixel) at the input one at a time.

I planned to use the basic algorithm c*u[n] + (1-c)*u[n+1], c=[0,1], but can't figure out a good way to calculate c (or the samling positions). Do someone have experience of such a problem or just a good idea?

Thanks
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top