Sie sind auf Seite 1von 30

Fundamentals

Parts of these slides base on the textbook

Digital Image Processing


by Gonzales/Woods Chapters 1 / 2

Fundamentals

These slides show

basic concepts about digital images

Fundamentals

In the beginning
well have a look at the human eye

Fundamentals

Some topics we have to deal with: Sharpness Brightness Processing of perceived visual information

Fundamentals

Sharpness The eye is able to deal with sharpness in different distances

Fundamentals

Brightness The eye is able to adapt to different ranges of brightness

Fundamentals

What is an image ?

Fundamentals

The retinal model is mathematically hard to handle (e.g. neighborhood ?)

Fundamentals

Easier: 2D array of cells, modelling the cones/rods

Each cell contains a numerical value (e.g. between 0-255)

Fundamentals

The position of each cell defines the position of the receptor The numerical value of the cell represents the illumination received by the receptor

5 7 1 0 12 4

Fundamentals

With this model, we can create GRAYVALUE images Value = 0: BLACK (no illumination / energy)

Value = 255: White (max. illumination / energy)

Fundamentals

A 2D grayvalue - image is a 2D -> 1D function, v = f(x,y)

Fundamentals

As we have a function, we can apply operators to this function, e.g. H(f(x,y)) = f(x,y) / 2

Operator

Image (= function !)

Fundamentals

H(f(x,y)) = f(x,y) / 2

0 10

3 6

0 5

12 200 20

100 10

Fundamentals

Remember: the value of the cells is the illumination (or brightness)

0 10

3 6

0 5

12 200 20

100 10

Fundamentals

As we have a function, we can apply operators to this function

but why should we ?

some motivation for (digital) image processing

Fundamentals

Transmission of images

Fundamentals

Image Enhancement

Fundamentals

Image Analysis / Recognition

Fundamentals

The mandatory steps:

Image Acquisition and Representation

Fundamentals

Typical sensor for images: CCD Array (Charge Couple Devices)

Use in digital cameras Typical resolution 1024 x 768 (webcam)

Fundamentals

CCD

Fundamentals

Representation Black/White and Color

Fundamentals

Color Representation: Red / Green / Blue

Model for Color-tube

Note: RGB is not the ONLY color-model, in fact its use is quiet restricted. More about that later.

Fundamentals

Color images can be represented by 3D Arrays (e.g. 320 x 240 x 3)

Fundamentals

But for the time being well handle 2D grayvalue images

Fundamentals

Digital vs. Analogue Images


Analogue: Function v = f(x,y): v,x,y are REAL

Digital: Function v = f(x,y): v,x,y are INTEGER

Fundamentals

Stepping down from REALity to INTEGER coordinates x,y: Sampling

Fundamentals

Stepping down from REALity to INTEGER grayvalues v : Quantization

Fundamentals

Sampling and Quantization

Das könnte Ihnen auch gefallen