image sampling and quantization
image sampling and quantization
There are many ways to acquire digital images, but the main objective
remains the same: to generate a digital image from sensed data. A digital
image is created by converting continuous data into digital form.
Sampling
Quantization
Any image can be broken down into sine and cosine waves
(frequencies).
If sampling is insufficient, unwanted (aliased) frequencies appear.
Aliasing causes visual distortions in digital images.
One common distortion is the Moiré pattern, which appears as
wavy or rippled lines when fine patterns overlap or interfere.
5. Zooming and Shrinking
Zooming:
o Increases image size by generating new pixels.
o Uses interpolation methods like nearest neighbor or
bilinear interpolation to estimate new pixel values.
Shrinking:
o Reduces image size by removing rows and columns.
o Often uses averaging or subsampling to preserve important
details.
6. Conclusion