coleww / wowwwbeautiful

:heart: a bot that detects and faves yr selfies
http://www.twitter.com/wowwwbeautiful
4 stars 0 forks source link

DETECT FACES, THEN FEATURES #12

Open coleww opened 8 years ago

coleww commented 8 years ago

http://docs.opencv.org/master/d7/d8b/tutorial_py_face_detection.html#gsc.tab=0

ok so this is the magic right here: first detect with face cascades, then take the rectangles they return, crop the image, and check for eyes/nose/mouth/etc.

coleww commented 8 years ago

http://docs.opencv.org/master/d7/d8b/tutorial_py_face_detection.html#gsc.tab=0