Active Appearance Models (AAMs)
Source code for training an Active Appearance Model (AAM) and fitting using the Fast Simultaneous Inverse Compositional Algorithm (Fast-SIC), described in
[1] G. Tzimiropoulos, and M. Pantic, "Optimization problems for fast AAM fitting in-the-wild," ICCV 2013
The code is based on the Inverse Compositional framework of
[2] I. Matthews and S. Baker, “Active Appearance Models Revisited,” IJCV, 60(2), pp. 135–164, 2004.
The provided code implements Fast-SIC, a fast but exact version of the Simultaneous Inverse Compositional Algorithm (SIC). You can use it to fit an AAM to unconstrained (in-the-wild) images. Please see [1] for more details.
Should you use the code, please cite [1]
Code released as is **for research purposes only**
Feel free to modify/distribute but please cite [1]
contact gtzimiropoulos@lincoln.ac.uk
Citar como
Georgios (Yorgos) Tzimiropoulos (2025). Active Appearance Models (AAMs) (https://la.mathworks.com/matlabcentral/fileexchange/44651-active-appearance-models-aams), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspirado por: ECC image alignment algorithm (image registration)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
tzimiro_ICCV2013_code/
tzimiro_ICCV2013_code/functions/
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.1.0.0 | minor comment in README file |
