Chap 01-13-7-2012
Chap 01-13-7-2012
What is a Digital Image? What is Digital Image Processing? Advantages over analog image Processing
Applications
Medicine, Forensics, Remote sensing, Newspaper, Communications
Chapter 1
DIGITAL IMAGE FUNDAMENTALS AND IMAGE TRANSFORMS
Intensity image or monochrome image each pixel corresponds to light intensity normally represented in gray scale (gray level).
Color image or RGB image: each pixel contains a vector representing red, green and blue components.
RGB components
10 10 16 28 9 65 70 56 43 6 26 37 32 99 70 56 78 54 96 67 15 256013902296 67 21 54 47 42 32 1585878539 92 43 54 65 65 39 32 65 87 99
Binary image or black and white image Each pixel contains one bit : 1 represent white 0 represents black
Binary data
0 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1
(Images from Rafael C. Gonzalez and Richard E Wood, Digital Image Processing, 2nd Edition.
11
Spatial Resolution
13
Intensity Resolution
256
128
64
32
14
Intensity Resolution
16
2
15
Isopreference curve
Nk plane (N : spatial resolution, k : graylevel resolution)
16
Interpolation
Nearest neighbor interpolation Bilinear Interpolation Bicubic Interpolation
17
Bilinear interpolation
Use 4 nearest neighbors to estimate the intensity at a given location. v(x,y))=ax+by+cxy+d v(x,y) is the intensity value to be assigned to location (x, y) Coefficients a,b,c,d are assigned from 4 nearest neighbors.
18
19