Stairstep interpolation

From Wikipedia, the free encyclopedia

In mathematics, stairstep interpolation is a general method for interpolating functions. The key idea is to interpolate multiple times in small increments using any interpolation algorithm that is better than nearest-neighbor interpolation, such as bilinear interpolation, and bicubic interpolation.

In image processing, a common scenario is to interpolate an image by using a bicubic interpolation which increases the image size by no more than 10% (110% of the original size) at a time until the desired size is reached. The idea is that interpolating multiple times by a small amount is often better than interpolating from source to final destination.

[edit] See also

[edit] External links