pepper.framework.component.face_detection module¶
-
class
pepper.framework.component.face_detection.FaceRecognitionComponent(backend)[source]¶ Bases:
pepper.framework.abstract.component.AbstractComponentPerform Face Detection using
OpenFaceandFaceClassifieron everyAbstractCameraon_image event.Parameters: backend (AbstractBackend) – Application Backend -
on_face(faces)[source]¶ On Face Event. Called with all faces in Image
Parameters: faces (List[Face]) – List of all faces in Image
-