| Doxygen tutorial |
The Doxygen tutorial shows you how to make automaticly generated documentations from comments in source code with the tool "Doxygen".
It describes installation and configuration and explains the mode of operation of Doxygen with some examples. And finally, there are some "tricks", showing you how to extend the documentation with some layout functions, pictures and a professional intro page. |
|
OpenCV how-to |
OpenCV is a image processing software from Intel, which is used at many research establishment and universities for robotic applications. This guide shows you, that image processing must not be complicated and explains you, how to use OpenCV with the Dev-C++ IDE. And at the end of this tutorial, you will be able to to use OpenCV to write C++ programs, which use webcams or other video sources and which can detect persons, motions, outlines of objects... |