- Active shape model
Active shape models (ASMs) are statistical models of the
shape of objects which iteratively deform to fit to an example of the object in a new image. The shapes are constrained by the PDM (Point Distribution Model ) Statistical Shape Model to vary only in ways seen in a training set of labelled examples. The shape of an object is represented by a set of points (controlled by the shape model). The ASM algorithm aims to match the model to a new image. It works by alternating the following steps:
* Look in the image around each point for a better position for that point
* Update the model parameters to best match to these new found positionsTo locate a better position for each point one can look for strong edges, or a match to a statistical model of what is expected at thepoint.
The technique has been widely used to analyse images of faces, mechanical assemblies and medical images (in 2D and 3D).
It is closely related to the
Active Appearance Model . It is also known as a 'Smart Snake' [citejournal| author=D.H. Cooper and T.F. Cootes and C.J. Taylor and J. Graham| title=Active shape models - their training and application| journal=Computer Vision and Image Understanding| number=61| pages=38--59| year=1995 [http://www.isbe.man.ac.uk/~bim/Papers/cviu95.pdf] ] method, since it is analog to anActive contour which would respect explicit shape constraints.References
ee also
*
Procrustes analysis
*Point Distribution Model External links
* [http://www.isbe.man.ac.uk/~bim//Models/index.html Description] of AAMs from Manchester University.
* [http://www.isbe.man.ac.uk/~bim Tim Cootes'] home page (one of the original co-inventors of ASMs).
* [http://www.milbo.users.sonic.net/stasm Source code] for ASMs (the "stasm" library).
Wikimedia Foundation. 2010.