Dear forum members,
I would like to perform gender classification using OpenCV as in the following tutorial: http://docs.opencv.org/modules/contrib/doc/facerec/tutorial/facerec_gender_classification.html
However I find it hard to start. I get the impression that the modules necessary for this should already be in OpenCV (I got version: 2.4.9) however I can not find the files mentioned in the tutorial. (I have to mention that I'm using OpenCV in combination with ROS (Robot Operating System).
On Github I cannot find the files here: https://github.com/Itseez/opencv
However this Github page has some files: https://github.com/kipr/opencv/blob/master/modules/contrib/doc/facerec/tutorial/facerec_gender_classification.rst
Am I just being blind or are the files not in OpenCV 2.4.9 and only in 2.4.11 and up?
Thanks in advance!