Open coleww opened 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.
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.