|
asmlib-opencv
an ASM(Active Shape Model) implementation by C++ & OpenCV
|
#include <cstdio>#include <highgui.h>#include "shapemodel.h"#include "asmmodel.h"#include "afreader.h"Namespaces | |
| namespace | StatModel |
Namespace for all ASM related stuffs. | |
Functions | |
| void | StatModel::viewShapeUpdateValue (int pos, void *data) |
| Callback function for updating value. | |
| void | StatModel::viewShapeUpdateCurParam (int pos, void *data) |
| Callback function for choosing a different parameter. | |