Content deleted Content added
Corrected list of authors: "Cootes and Taylor..." |
No edit summary |
||
(31 intermediate revisions by 24 users not shown) | |||
Line 1:
{{Short description|Statistical model of an object's shape}}'''Active shape models''' ('''ASMs
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.
[[File:Operation Of Shape Model In Active Shape Model.jpg|frame|right|Operation of the shape model]]
The ASM works by alternating the following steps:
* Generate a suggested shape by looking in the image around each point for a better position for the point. This is commonly done using what is called a "profile model", which looks for strong edges or uses the [[Mahalanobis distance]] to match a model template for the point.<ref name=Cootes/>
* Conform the suggested shape to the point distribution model, commonly called a "shape model" in this context. The figure to the right shows an example.
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 [[
==References==▼
<references/>▼
==See also==
* [[Procrustes analysis]]
* [[Point distribution model]]
▲==References==
▲<references/>
==External links==
* [http://www.mathworks.com/matlabcentral/fileexchange/26706-active-shape-model-asm Matlab code] open-source ASM implementation.
* [https://web.archive.org/web/20060706184806/http://www.isbe.man.ac.uk/~bim//Models/index.html
* [http://personalpages.manchester.ac.uk/staff/timothy.f.cootes/ 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).
* [https://code.google.com/p/asmlib-opencv/ ASMlib-OpenCV], An open source C++/OpenCV implementation of ASM.
[[Category:Computer vision]]
▲[[de:Active Shape Model]]
|