Home | History | Annotate | Download | only in src

Lines Matching refs:FaceDetection

44 // FaceDetection.cpp: implementation of the FaceDetection class.
58 FaceDetection::FaceDetection()
75 }// FaceDetection()
77 FaceDetection::~FaceDetection()
92 }// ~FaceDetection()
94 void FaceDetection::FindContours(IplImage* imgGray)
126 }// void FaceDetection::FindContours(IplImage* imgGray)
132 void FaceDetection::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, int &iStep)
185 }// void FaceDetection::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, int &iStep)
192 void FaceDetection::CreateResults(CvSeq * lpSeq)
239 }// void FaceDetection::DrawResult(IplImage* img)
241 void FaceDetection::ResetImage()
246 }//FaceDetection::ResetImage
248 void FaceDetection::AddContours2Rect(CvSeq *seq, int color, int iLayer)
280 }// void FaceDetection::AddContours2Rect(CvSeq *seq, int color, int iLayer)
287 void FaceDetection::FindFace(IplImage *img)
299 }// void FaceDetection::FindFace(IplImage *img)
302 void FaceDetection::FindCandidats()
373 void FaceDetection::PostBoostingFindCandidats(IplImage * FaceImage)
419 }//void FaceDetection::PostBoostingFindCandidats(IplImage * FaceImage)