computer vision introduction to image formats, reading and writing images, and image environments...

21
Computer Vision • Introduction to Image formats, reading and writing images, and image environments • Image filtering

Post on 20-Dec-2015

228 views

Category:

Documents


1 download

TRANSCRIPT

Computer Vision

• Introduction to Image formats, reading and writing images, and image environments

• Image filtering

Images

• Black and white image is a 2D matrix.

• Intensities represented as pixels.

• Color images are 3D matrix, RBG.

Linear Filtering

• About modifying pixels based on neighborhood. Local methods simplest.

• Linear means linear combination of neighbors. Linear methods simplest.

• Useful to:– Integrate information over constant regions.– Scale.– Detect changes.

• Fourier analysis.

(from Freeman, MIT)

(Freeman)

Convolution

• Convolution kernel g, represented as matrix.– it’s associative

• Result is: