Next: Arbitrary resizing
Up: resize
Previous: Enlargement
Image size can be easily reduced by subsampling, e.g., getting rid of every
other pixel in each row and column:
In any of the four possible subsampling cases, three fourths of the information
contained in the original image is lost. A better way is to find the average
of a
neighborhood as the resulting pixel:
Again, this operation can be implemented in a two-step process:
- Regional averaging by convolving with
to get
- Subsampling
to get
Ruye Wang
2014-09-12