42 #ifndef _HAAR_CLASSIFIER_CV_H_ 
   43 #define _HAAR_CLASSIFIER_CV_H_ 
   61 struct CvHaarClassifierCascade;
 
   80         bool Init(
const char *pCascadeFilePath);
 
   86         CvMemStorage *m_pStorage;
 
   87         CvHaarClassifierCascade *m_pCascade;
 
std::vector< MyRegion > RegionList
int Find(CByteImage *pImage, RegionList ®ionList)
bool Init(const char *pCascadeFilePath)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...