Searched refs:GetContour (Results 1 – 2 of 2) sorted by relevance
104 *lpTmpRect = *(CvRect*)lpTmp[j].GetContour(); in RFace()221 Data.MouthRect = *(CvRect*)m_lpIdealFace[0].GetContour(); in CreateFace()225 Data.MouthRect = *(CvRect*)m_lppFoundedFaceFeatures[0][i].GetContour(); in CreateFace()234 Data.LeftEyeRect = *(CvRect*)m_lpIdealFace[1].GetContour(); in CreateFace()238 Data.LeftEyeRect = *(CvRect*)m_lppFoundedFaceFeatures[1][j].GetContour(); in CreateFace()247 Data.RightEyeRect = *(CvRect*)m_lpIdealFace[2].GetContour(); in CreateFace()251 Data.RightEyeRect = *(CvRect*)m_lppFoundedFaceFeatures[2][k].GetContour(); in CreateFace()279 lpFaceData->MouthRect = *(CvRect*)m_lppFoundedFaceFeatures[0][MouthNumber].GetContour(); in CreateFace()281 lpFaceData->MouthRect = *(CvRect*)m_lpIdealFace[0].GetContour(); in CreateFace()284 lpFaceData->LeftEyeRect = *(CvRect*)m_lppFoundedFaceFeatures[1][LeftEyeNumber].GetContour(); in CreateFace()[all …]
59 inline void * GetContour();80 inline void * FaceFeature::GetContour() in GetContour() function242 void * lpIdeal = m_lpIdealFace[i].GetContour(); in isFeature()