Digital Image Processing-85
Digital Image Processing-85
Topics
Representation
Introduction
Chain Codes
Polygonal Approximations
Signatures
Boundary Segments
Skeletons
Convex Hull
Shape Number
Fourier Descriptors
Representation
The result of segmentation should be represented and
described in a form suitable for further computer
processing.
A region can be represented in terms of its external
characteristics (boundary).
A region can be represented in terms of its internal
characteristics.
Chain Codes
Chain codes are generated by following a boundary in a
clockwise or counter-clockwise direction and assigning a
direction to the segments connecting every pair of pixels.
Disadvantages:
Rotation and scaling dependant
Defined only for convex regions
Signature Example
Boundary Segments
Decomposing a boundary into segments simplifies
representation.
Convex Hull can be used for decomposition.