b871448c55dadeebd8a1f03517f19e329632f586
[platform/upstream/opencv.git] / modules / contrib / doc / facerec / index.rst
1 FaceRecognizer - Face Recognition with OpenCV
2 ##############################################
3
4 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 <facerec_api>` in detail and it will give you a lot of help to get started (full source code examples). :doc:`Face Recognition with OpenCV <facerec_tutorial>` is the definite guide to the new :ocv:class:`FaceRecognizer`. There's also a :doc:`tutorial on gender classification <tutorial/facerec_gender_classification>`, a :doc:`tutorial for face recognition in videos <tutorial/facerec_video_recognition>` and it's shown :doc:`how to load & save your results <tutorial/facerec_save_load>`.
5
6 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.
7
8 Please issue any feature requests and/or bugs on the official OpenCV bug tracker at:
9
10   * http://code.opencv.org/projects/opencv/issues
11
12 Contents
13 ========
14
15
16 .. toctree::
17    :maxdepth: 1
18
19    FaceRecognizer API <facerec_api>
20    Guide to Face Recognition with OpenCV <facerec_tutorial>
21    Tutorial on Gender Classification <tutorial/facerec_gender_classification>
22    Tutorial on Face Recognition in Videos <tutorial/facerec_video_recognition>
23    Tutorial On Saving & Loading a FaceRecognizer <tutorial/facerec_save_load>
24    How to use Colormaps in OpenCV <colormaps>
25    Changelog <facerec_changelog>
26
27 Indices and tables
28 ==================
29
30 * :ref:`genindex`
31 * :ref:`modindex`
32 * :ref:`search`