OpenCV  2.4.13.3
Open Source Computer Vision
crop_face.py File Reference

Namespaces

 crop_face
 

Functions

def crop_face.Distance (p1, p2)
 
def crop_face.ScaleRotateTranslate (image, angle, center=None, new_center=None, scale=None, resample=Image.BICUBIC)
 
def crop_face.CropFace (image, eye_left=(0, 0), eye_right=(0, 0), offset_pct=(0.2, 0.2), dest_sz=(70, 70))
 

Variables

 crop_face.image = Image.open("arnie.jpg")
 
 crop_face.eye_left
 
 crop_face.eye_right
 
 crop_face.offset_pct
 
 crop_face.dest_sz