Searched defs:imgGray (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvfacedetection.cpp | 94 void FaceDetection::FindContours(IplImage* imgGray) in FindContours() 132 void FaceDetection::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxL… in ThresholdingParam()
|
D | cvvecfacetracking.cpp | 118 IplImage* imgGray; member 427 cvInitFaceTracker(CvFaceTracker* pFaceTracker, const IplImage* imgGray, CvRect* pRects, int nRects) 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()
|