mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 16:59:12 +08:00
34 lines
1.6 KiB
ReStructuredText
34 lines
1.6 KiB
ReStructuredText
|
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 `the API <facerec_api.rst>`_ in detail and it will give you a lot of help to get started (full source code examples). `Face Recognition with OpenCV <facerec_tutorial.rst>`_ is the definite guide to the new :ocv:class:`FaceRecognizer`. There's also a `tutorial on gender classification <tutorial/facerec_gender_classification.rst>`_, a `tutorial for face recognition in videos <tutorial/facerec_video_recognition.rst>`_ and it's shown `how to load & save your results <tutorial/facerec_save_load.rst>`_.
|
||
|
|
||
|
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.
|
||
|
|
||
|
Please issue any feature requests and/or bugs on the official OpenCV bug tracker at:
|
||
|
|
||
|
* http://code.opencv.org/projects/opencv/issues
|
||
|
|
||
|
Contents
|
||
|
========
|
||
|
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
|
||
|
FaceRecognizer API <facerec_api>
|
||
|
Guide to Face Recognition with OpenCV <facerec_tutorial>
|
||
|
Tutorial on Gender Classification <tutorial/facerec_gender_classification>
|
||
|
Tutorial on Face Recognition in Videos <tutorial/facerec_video_recognition>
|
||
|
Tutorial On Saving & Loading a FaceRecognizer <tutorial/facerec_save_load>
|
||
|
How to use Colormaps in OpenCV <colormaps>
|
||
|
Changelog <facerec_changelog>
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|
||
|
|