Lines Matching refs:IplImage
67 void ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, float &st…
118 IplImage* imgGray;
119 IplImage* imgThresh;
141 int Init(CvRect* pRects, IplImage* imgGray) in Init()
159 int InitNextImage(IplImage* img) in InitNextImage()
222 void FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);
224 void FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);
234 void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) in FindRects()
265 void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) in FindContours()
427 cvInitFaceTracker(CvFaceTracker* pFaceTracker, const IplImage* imgGray, CvRect* pRects, int nRects) in cvInitFaceTracker()
446 pFace->Init(pRects, (IplImage*)imgGray); in cvInitFaceTracker()
461 cvTrackFace(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int nRects, CvPoint* pt… in cvTrackFace()
613 void ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, float &st… in ThresholdingParam()