Home | History | Annotate | Download | only in src

Lines Matching refs:IplImage

224     virtual void Show(IplImage * /*Image*/){};
225 virtual void ShowIdeal(IplImage* /*Image*/){};
288 virtual void Show(IplImage* Image);
289 virtual void ShowIdeal(IplImage* Image);
327 void FindFace(IplImage* img);
335 IplImage* m_imgGray;
336 IplImage* m_imgThresh;
348 void FindContours(IplImage* imgGray);
350 void ThresholdingParam(IplImage* imgGray, int iNumLayers, int& iMinLevel, int& iMaxLevel, int& iStep);
352 void PostBoostingFindCandidats(IplImage * FaceImage);
355 inline void ReallocImage(IplImage** ppImage, CvSize sz, long lChNum)
357 IplImage* pImage;