Stairstep interpolation

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description In the field of image processing, stairstep interpolation is a widely employed method technique for interpolating pixels after enlarging an image. The fundamental concept 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. 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.[1]

Fred Miranda, a developer, popularized this method by creating and developing several Photoshop plug-ins that incorporate this technique.[2]

Example

File:Comparison stairstep and direct bilinear image scaling.png
A comparison of stairstep and direct bilinear image scaling, using multiple 10% steps versus one 100% step

See also

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

External links