210 likes | 369 Vues
This guide introduces the fundamentals of computer vision, focusing on image formats, reading and writing images, and various image environments. It explores black and white images as 2D matrices with pixel intensities and color images as 3D matrices represented in RGB. The document covers linear filtering techniques, including modifying pixels based on their neighborhood and using convolution for image processing. Learn the importance of linear methods in integrating information over constant regions, scaling, and detecting changes through Fourier analysis and convolution kernels.
E N D
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.
Convolution • Convolution kernel g, represented as matrix. • it’s associative • Result is: