If you intend to extend the functionality of our library:
-
Read the README page.
-
Check the basic library overview doc on library_overview.md.
-
Read, understand and play with the basic real time pose demo source code examples/openpose/rtpose.cpp and examples/tutorial_wrapper. It includes all the functionality of our library, and it has been properly commented.
-
Read, understand and play with the other tutorials in examples/. It includes more specific examples.
-
Check the basic UML diagram on the UML folder to get an idea of each module relations.
-
Take a look to the stucuture of the already existing modules.
-
The C++ headers files add documentation in Doxygen format. Create this documentation by compiling the include folder with Doxygen. This documentation will be completed during the next few weeks/months.
-
You can also take a look to the source code or ask us on GitHub.