Lecture 7
Lecture 7
Autumn Semester
Outline
Where we stang?
Today Discussion
So far we have been considering image processing
techniques used to transform images for human
interpretation
Today we will begin looking at automated image analysis
by examining the thorny issue of image segmentation:
The segmentation problem
Finding points, lines and edges
Outline
Segmentation Problem
What is segmentation
Outline
Segmentation Examples
Outline
Detection Of Discontinuities
Point Detection
Point Detection
Line Detection
The masks given above extract lines that are one pixel
thick and running in a particular direction
Line Detection
Edge Detection
Laplacian Of Gaussian
Summary
Outline
Segmentation technique
Thresholding
Thresholding Example
Thresholding Example 1
Thresholding Example 2
MEAN TECHNIQUE This technique used the mean value of the pixels as the
threshold value and works well in strict cases of the images that have
approximately half to the pixels belonging to the objects and other half to the
background.
P-TILE TECHNIQUE Uses knowledge about the area size of the desired object
to the threshold an image.
HISTOGRAM DEPENDENT TECHNIQUE (HDT) separates the two
homogonous region of the object and background of an image.
EDGE MAXIMIZATION TECHNIQUE (EMT) Used when there are more than one
homogenous region in image or where there is a change of illumination between
the object and its background.
VISUAL TECHNIQUE Improve peoples ability to accurately search for target
items
Clustering
Summary
Outline
Segmentation Approaches