Searched refs:CvFaceElement (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp65 class CvFaceElement;
68 int ChoiceTrackingFace3(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy);
69 int ChoiceTrackingFace2(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel);
190 class CvFaceElement class
197 inline CvFaceElement() function in class:CvFaceElement
227 }; //class CvFaceElement
234 void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
263 }// void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
265 void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
341 }//void CvFaceElement
[all...]

Completed in 77 milliseconds