Face Utils

Face Aligner

class imutils.face_utils.facealigner.FaceAligner(predictor, desiredLeftEye=(0.35, 0.35), desiredFaceWidth=256, desiredFaceHeight=None)
align(image, gray, rect)

Helpers

imutils.face_utils.helpers.rect_to_bb(rect)
imutils.face_utils.helpers.shape_to_np(shape, dtype='int')
imutils.face_utils.helpers.visualize_facial_landmarks(image, shape, colors=None, alpha=0.75)