Image Processing Toolbox    

Terminology

An understanding of the following terms will help you to use this chapter.

Terms
Definitions
Aliasing
Artifacts in an image that can appear as a result of reducing an image's size. When the size of an image is reduced, original pixels are downsampled to create fewer pixels. Aliasing that occurs as a result of size reduction normally appears as "stair-step" patterns (especially in high contrast images), or as "Moire" (ripple-effect) patterns.
Anti-aliasing
Any method for correcting aliasing (see above). The method discussed in this chapter is low-pass filtering (see below).
Bicubic interpolation
Output pixel values are calculated from a weighted average of pixels in the nearest 4-by-4 neighborhood.
Bilinear interpolation
Output pixel values are calculated from a weighted average of pixels in the nearest 2-by-2 neighborhood.
Geometric operation
An operation that modifies the spatial relations between pixels in an image. Examples include resizing (growing or shrinking), rotating, and shearing.
Interpolation
The process by which we estimate an image value at a location in between image pixels.
Nearest neighbor interpolation
Output pixel values are assigned the value of the pixel that the point falls within. No other pixels are considered.


  Spatial Transformations Interpolation