DetectedFace ============ .. currentmodule:: lib.align.detected_face .. autoclass:: DetectedFace :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~DetectedFace.aligned ~DetectedFace.bottom ~DetectedFace.has_landmarks ~DetectedFace.identity ~DetectedFace.landmarks_xy ~DetectedFace.right .. rubric:: Methods Summary .. autosummary:: ~DetectedFace.add_identity ~DetectedFace.add_landmarks_xy ~DetectedFace.add_mask ~DetectedFace.clear_all_identities ~DetectedFace.from_alignment ~DetectedFace.from_png_meta ~DetectedFace.get_landmark_mask ~DetectedFace.get_training_masks ~DetectedFace.load_aligned ~DetectedFace.store_training_masks ~DetectedFace.to_alignment ~DetectedFace.to_png_meta .. rubric:: Attributes Documentation .. autoattribute:: aligned .. autoattribute:: bottom .. autoattribute:: has_landmarks .. autoattribute:: identity .. autoattribute:: landmarks_xy .. autoattribute:: right .. rubric:: Methods Documentation .. automethod:: add_identity .. automethod:: add_landmarks_xy .. automethod:: add_mask .. automethod:: clear_all_identities .. automethod:: from_alignment .. automethod:: from_png_meta .. automethod:: get_landmark_mask .. automethod:: get_training_masks .. automethod:: load_aligned .. automethod:: store_training_masks .. automethod:: to_alignment .. automethod:: to_png_meta