asmlib-opencv
an ASM(Active Shape Model) implementation by C++ & OpenCV
/media/Data/chenxing/myProj/asmlib-opencv/src/util.h File Reference
#include "cv.h"
#include "shapevec.h"
#include "shapemodel.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  StatModel
 

Namespace for all ASM related stuffs.


Functions

Rect StatModel::findOneFace (const Mat &img)
 face detect
vector< Rect > StatModel::findAllFaces (const Mat &img)
void StatModel::fillConvexFromPoints (Mat &img, vector< Point > &pList, cv::Scalar s)
 All Classes Namespaces Files Functions Variables Typedefs Defines