asmlib-opencv
an ASM(Active Shape Model) implementation by C++ & OpenCV
|
closeFile() | StatModel::ModelFile | [inline] |
openFile(const char *fName, const char *mode) | StatModel::ModelFile | [inline] |
readBool(bool &b) | StatModel::ModelFile | [inline] |
readInt(int &i) | StatModel::ModelFile | [inline] |
readMat(Mat_< T > &m) | StatModel::ModelFile | [inline] |
readPCA(PCA *&p) | StatModel::ModelFile | |
readReal(double &d) | StatModel::ModelFile | [inline] |
writeBool(bool b) | StatModel::ModelFile | [inline] |
writeInt(int i) | StatModel::ModelFile | [inline] |
writeMat(const Mat_< T > &m) | StatModel::ModelFile | [inline] |
writePCA(const PCA *p) | StatModel::ModelFile | |
writeReal(double d) | StatModel::ModelFile | [inline] |
~ModelFile() | StatModel::ModelFile | [inline] |