pepper.framework.component.face_detection module¶
-
class
pepper.framework.component.face_detection.
FaceRecognitionComponent
(backend)[source]¶ Bases:
pepper.framework.abstract.component.AbstractComponent
Perform Face Detection using
OpenFace
andFaceClassifier
on everyAbstractCamera
on_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
-