Home | History | Annotate | Download | only in cache

Lines Matching full:faces

624         // Detect faces to find the focal point, otherwise fall back to the
632 // final FaceDetector.Face[] faces = new FaceDetector.Face[1];
633 // final int numFaces = faceDetector.findFaces(bitmap, faces);
634 // if (numFaces > 0 && faces[0].confidence() >=
637 // faces[0].getMidPoint(midPoint);