Sampling and Multiscale Image Representations
Changing the scale of an image is one of the most important operations. It does not matter what area of computer vision you focus on. If there is one thing that you will always do, it is to resize images. This seemingly innocuous operation can have detrimental effects if the right precautions are not taken into consideration. In this part, we will study image resizing in detail.
Image resizing is also a key operation to build scale-invariant representations. The last two chapters of this part will be devoted to constructing multiscale image representations.
Outline
Chapter 20 Image Sampling and Aliasing explains how to sample a continuous signal. Sampling is a necessary step to digitize a signal.
Chapter 21 Downsampling and Upsampling Images describes the process of downsampling and upsampling an image.
Chapter 22 Filter Banks introduces filter banks as a type of image representation.
Chapter 23 Image Pyramids describes multiscale image pyramids.