opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
78.94k stars 55.8k forks source link

Link the FaceRecognizer tutorials to the Contribs tutorial page #4481

Open opencv-pushbot opened 9 years ago

opencv-pushbot commented 9 years ago

Transferred from http://code.opencv.org/issues/2687

|| Shervin Emami on 2013-01-09 01:36
|| Priority: Low
|| Affected: None
|| Category: documentation
|| Tracker: Feature
|| Difficulty: None
|| PR: 
|| Platform: None / None

Link the FaceRecognizer tutorials to the Contribs tutorial page

The FaceRecognizer tutorials are in the API Reference section (http://docs.opencv.org/modules/contrib/doc/facerec/index.html) instead of the Contrib tutorials section (http://docs.opencv.org/doc/tutorials/contrib/table_of_content_contrib/table_of_content_contrib.html#table-of-content-contrib). Perhaps it should be moved, or atleast a link put on the Contrib tutorials page showing where the tutorials actually are?

History

StevenPuttemans commented 9 years ago

All the modules in contrib got their own seperate tutorial and samples folder. We should keep it like that, because it is specific to the contributed module structures and allow people to maintain only their specific module content.

I suggest to close this feature down.