Lines Matching refs:RFace
93 //class RFace(rect based face)
95 RFace::RFace(FaceTemplate * lpFaceTemplate):Face(lpFaceTemplate)
113 }//RFace::RFace(FaceTemplate * lpFaceTemplate)
115 RFace::~RFace()
118 }//RFace::~RFace()
120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect)
126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect)
128 double RFace::GetWeight()
131 }//double RFace::GetWeight()
134 bool RFace::CheckElem(void * lpCandidat,void * lpIdeal)
172 }//inline bool RFace::CheckElem(CvRect rect)
176 void RFace::CalculateError(FaceData * lpFaceData)
196 }//void RFace::CalculateError(FaceData * lpFaceData)
200 void RFace::CreateFace(void * lpData)
295 }//void * RFace::CreateFace()
297 void RFace::Show(IplImage * Image)
313 }//void RFace::Show(IplImage * Image)
315 void RFace::ShowIdeal(IplImage* Image)
324 }//void RFace::ShowIdeal(IplImage* Image)
327 inline void RFace::ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD)
353 }// inline void RFace::ResizeRect(CvRect * lpRect,long lDir,long lD)