资 源 简 介
The Active Appearance Model (AAM) is a generalisation of the widely used Active Shape Model approach, but uses all the information in the image region covered by the target object, rather than just that near modelled edges.
An AAM contains a statistical model of the shape and grey-level appearance of the object of interest which can generalise to almost any valid example. Matching to an image involves finding model parameters which minimise the difference between the image and a synthesised model example, projected into the image. The potentially large number of parameters makes this a difficult problem.
Our Objective is to build a AAM face tracker.
This is ~~being developed~~ was developed during the Aug-Dec Semester of 2009 under Dr. Radhika Vathsan at BITS Pilani Goa Campus, India
Also look at another project http://code.google.com/p/pam-face-authentication/
```
Get aam-opencv.tar.gz
Edit opencvWebcam.cpp
-> int opencvWe