OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
headers.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_HEADERS_HPP
2 #define OPENPOSE_HEADERS_HPP
3 
4 // 3d module
6 
7 // calibration module
9 
10 // core module
12 
13 // face module
15 
16 // filestream module
18 
19 // gui module
20 #include <openpose/gui/headers.hpp>
21 
22 // hand module
24 
25 // net module
26 #include <openpose/net/headers.hpp>
27 
28 // pose module
30 
31 // producer module
33 
34 // threading module
36 
37 // tracking module
39 
40 // unity module
42 
43 // utilities module
45 
46 // wrapper module
48 
49 #endif // OPENPOSE_HEADERS_HPP