Feature Extraction Flashcards
Shape features
Are only dependent on binary mask. Describes the shape of object, can be region or boundary features
Boundary features
Chain code
Concavity trees
Convex hulls
Signatures
Region features
Includes topological features.
Area
P2A
Euler
Texture
Perimeter
Shape feature: Area
Number of pixels
Shape feature: P2A
Compactness, perimeter squared divided by area
Shape feature: Euler number
Topological descriptor. Number of objects divided by the total number of holes in objects
Shape feature: Texture
Smoothness or regularity of region. Can be computed as statistical, structural or spectral property.
Shape feature: Perimeter
Simplest number of pixels on boundary.
Shape feature: Chain code
Describes boundary. Four or eight step, goes around object edge.
Shape feature: Skeletons
Describes middle skeleton of object. Can be found by thinning object or by MAT.
Topological descriptors
Connected components
Number of holes
Euler number
Shape feature: Signature
1D representation of boundary. Distance from centre point to the border as function of angle.