FaceRecognizer - Face Recognition with OpenCV ############################################## OpenCV 2.4 now comes with the very new :ocv:class:`FaceRecognizer` class for face recognition. This documentation is going to explain you :doc:`the API ` in detail and it will give you a lot of help to get started (full source code examples). :doc:`Face Recognition with OpenCV ` is the definite guide to the new :ocv:class:`FaceRecognizer`. There's also a :doc:`tutorial on gender classification `, a :doc:`tutorial for face recognition in videos ` and it's shown :doc:`how to load & save your results `. These documents are the help I have wished for, when I was working myself into face recognition. I hope you also think the new :ocv:class:`FaceRecognizer` is a useful addition to OpenCV. Contents ======== .. toctree:: :maxdepth: 1 FaceRecognizer API Guide to Face Recognition with OpenCV Tutorial on Gender Classification Tutorial on Face Recognition in Videos Tutorial On Saving & Loading a FaceRecognizer How to use Colormaps in OpenCV Changelog Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`