¡@

Home 

python Programming Glossary: facecascade

Detect face then autocrop pictures

http://stackoverflow.com/questions/13211745/detect-face-then-autocrop-pictures

#PIL 1.1.7 import cv import Image def DetectFace image faceCascade #modified from http www.lucaamore.com p 638 min_size 20 20 image_scale.. # Detect the faces faces cv.HaarDetectObjects smallImage faceCascade cv.CreateMemStorage 0 haar_scale min_neighbors haar_flags min_size.. #the haarcascade files tells opencv what to look for. faceCascade cv.Load 'C Python27 Lib site packages opencv haarcascade_frontalface_default.xml'..