Laboratory activities
Basic concepts 1
Basic concepts 2: file I/O
Exercise 1
: load the data from file and operate some simple processing.
Matlab programming: Data type and data structures
Images representation
satellite_gray.jpg
teethwhitening_Woman_Smile_small.jpg
Exercise 2
: load an image and display it.
Exercise 3
: load a depth map and transform it into a gray-level image.
Topological structure of images
: analize an image and identify those pixels that belong to a given region.
Equalization
: load an image and enhance the contrast using histogram equalization techniques.
Spatial domain filtering
: load an image and apply some spatial sharpening filters.
Frequency domain filtering
: load an image and apply some filters in the frequency domain.
Homomorphic filtering
: load an image and apply the homomorphic filter in the frequency domain.
Morphological processing
: load an image and apply some morphological operations.
Edge detection
: load an image and detect the main edges.
Segmentation
: load an image and detect the main regions.