id: 11529    nodeId: 11529    type: General    point: 133.0    linkPoint: 3.0    maker: cella    permission: linkable    made at: 2012.06.07 16:15    edited at: 2013.06.25 08:47
OpenCV tutorial: face detection
http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier
I had to change the xml files to have the absolute pathnames.

Than it worked. But the problem is, it is too slow. I don't know why yet.


The following is a video tutorial.
This is good as it covers from the scratch including how to use OpenCV in Xcode.
http://www.youtube.com/watch?v=Jl8NMTfvTgU

Return to OpenCV tutorial: face detection