File size: 944 Bytes
7fc5a59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#ifndef OPENPOSE_HEADERS_HPP
#define OPENPOSE_HEADERS_HPP

// 3d module
#include <openpose/3d/headers.hpp>

// calibration module
#include <openpose/calibration/headers.hpp>

// core module
#include <openpose/core/headers.hpp>

// face module
#include <openpose/face/headers.hpp>

// filestream module
#include <openpose/filestream/headers.hpp>

// gui module
#include <openpose/gui/headers.hpp>

// hand module
#include <openpose/hand/headers.hpp>

// net module
#include <openpose/net/headers.hpp>

// pose module
#include <openpose/pose/headers.hpp>

// producer module
#include <openpose/producer/headers.hpp>

// threading module
#include <openpose/thread/headers.hpp>

// tracking module
#include <openpose/tracking/headers.hpp>

// unity module
#include <openpose/unity/headers.hpp>

// utilities module
#include <openpose/utilities/headers.hpp>

// wrapper module
#include <openpose/wrapper/headers.hpp>

#endif // OPENPOSE_HEADERS_HPP