Searched refs:m_faceCropArea (Results 1 – 2 of 2) sorted by relevance
345 m_faceCropArea.width = m_faceCropArea.height = 0; in Java_org_siprop_opencv_OpenCV_releaseFaceDetection()385 if(m_faceCropArea.width > 0 && m_faceCropArea.height > 0) { in initFaceDetectionImages()386 cvSetImageROI(m_smallImage, m_faceCropArea); in initFaceDetectionImages()388 CvRect tPrev = cvRect(m_faceCropArea.x * scale, m_faceCropArea.y * scale, in initFaceDetectionImages()389 m_faceCropArea.width * scale, m_faceCropArea.height * scale); in initFaceDetectionImages()492 m_faceCropArea.width = m_faceCropArea.height = 0; in Java_org_siprop_opencv_OpenCV_findAllFaces()506 if (m_faceCropArea.width > 0 && m_faceCropArea.height > 0) { in storePreviousFace()507 face->x += m_faceCropArea.x; in storePreviousFace()508 face->y += m_faceCropArea.y; in storePreviousFace()519 m_faceCropArea = cvRect(startX, startY, in storePreviousFace()[all …]
56 CvRect m_faceCropArea; variable