Image Feature Extraction and Segmentation
Image Feature Extraction and Segmentation
Presentation by:
S.Rajkumar
Associate Professor
School of Computer Science and Engineering
email: [email protected]
Image Feature
• The purpose of an image feature is to describe
the object in a meaningful manner.
• This helps in the discrimination of these
objects
• Feature extraction is the process of extraction
and generation of features to assist the task of
object classification.
• The quality of features influence the task of
object classification.
Image Feature
• The extended set of features is stored as a
vector called the feature vector.
• A feature vector or pattern vector is a vector
that contains ‘n’ measured values
• The classifier takes the feature vector as input
and performs the classification.
Characteristics of a good feature
• Robustness – The property of a features
invariance to operations such as translation,
rotation, scaling and properties such as
illumination, noise and artefacts are called as
robustness.
• Shift invariance – The ability of the feature to
remain constant when shift operations are
performed
Characteristics of a good feature
• Rotation invariance - This is the ability of the
feature to remain constant when rotated.
• Size invariance – This is the ability of the
feature to remain constant when size is
changed.
• Occlusion invariance – When all or some parts
of the object are hidden, the property of the
feature do not change.
Characteristics of a good feature
• Discrimination – The properties should
distinguish one object from the other.
• Reliability – The similar objects should have
similar values.
• Resistance to noise – A good feature should be
immune to noise
• Not all features exhibit these properties.
• Suitable parameters that distinguish the object
uniquely should be identified and extracted
Feature Extraction
• The segmentation process segments the
foreground object using a boundary.
• This boundary should be encoded into a form
that can be processed by the computer.
• It involves coding of the boundary region.
• This stage is called as object representation.
Feature Extraction
• Once the boundary is identified , the features
that characterize the object should be
described.
• This stage is called object description.
Feature Extraction
• It is a dimensionality reduction
• It represents the interesting parts of an image
in a more compact representation
• Mostly preferred in the case of large images
• Features – The process of extracting useful
information from an image
• The features should carry unique attributes of
the image
Example – Features paper
(I)Image segmentation and purpose
(II)Algorithms
1. Discontinuity based
(a) Point detection
(b) Line detection
(c) Edge detection
2. Similarity based
(a) Thresholding
(b) Region growing
(c) Split and Merge
(III)Image segmentation analysis
Image Segmentation
• It is the process of sub dividing the image in to its
constituent parts
• ROI
• Locate the Objects
---------RajkumarS----------
Point detection