|
2 | 2 | #define OPENPOSE_CORE_HEADERS_HPP |
3 | 3 |
|
4 | 4 | // core module |
5 | | -#include "array.hpp" |
6 | | -#include "common.hpp" |
7 | | -#include "cvMatToOpInput.hpp" |
8 | | -#include "cvMatToOpOutput.hpp" |
9 | | -#include "datum.hpp" |
10 | | -#include "enumClasses.hpp" |
11 | | -#include "keypointScaler.hpp" |
12 | | -#include "macros.hpp" |
13 | | -#include "net.hpp" |
14 | | -#include "netCaffe.hpp" |
15 | | -#include "nmsBase.hpp" |
16 | | -#include "nmsCaffe.hpp" |
17 | | -#include "opOutputToCvMat.hpp" |
18 | | -#include "point.hpp" |
19 | | -#include "rectangle.hpp" |
20 | | -#include "renderer.hpp" |
21 | | -#include "resizeAndMergeBase.hpp" |
22 | | -#include "resizeAndMergeCaffe.hpp" |
23 | | -#include "wCvMatToOpInput.hpp" |
24 | | -#include "wCvMatToOpOutput.hpp" |
25 | | -#include "wKeypointScaler.hpp" |
26 | | -#include "wOpOutputToCvMat.hpp" |
| 5 | +#include <openpose/core/array.hpp> |
| 6 | +#include <openpose/core/common.hpp> |
| 7 | +#include <openpose/core/cvMatToOpInput.hpp> |
| 8 | +#include <openpose/core/cvMatToOpOutput.hpp> |
| 9 | +#include <openpose/core/datum.hpp> |
| 10 | +#include <openpose/core/enumClasses.hpp> |
| 11 | +#include <openpose/core/keypointScaler.hpp> |
| 12 | +#include <openpose/core/macros.hpp> |
| 13 | +#include <openpose/core/net.hpp> |
| 14 | +#include <openpose/core/netCaffe.hpp> |
| 15 | +#include <openpose/core/nmsBase.hpp> |
| 16 | +#include <openpose/core/nmsCaffe.hpp> |
| 17 | +#include <openpose/core/opOutputToCvMat.hpp> |
| 18 | +#include <openpose/core/point.hpp> |
| 19 | +#include <openpose/core/rectangle.hpp> |
| 20 | +#include <openpose/core/renderer.hpp> |
| 21 | +#include <openpose/core/resizeAndMergeBase.hpp> |
| 22 | +#include <openpose/core/resizeAndMergeCaffe.hpp> |
| 23 | +#include <openpose/core/wCvMatToOpInput.hpp> |
| 24 | +#include <openpose/core/wCvMatToOpOutput.hpp> |
| 25 | +#include <openpose/core/wKeypointScaler.hpp> |
| 26 | +#include <openpose/core/wOpOutputToCvMat.hpp> |
27 | 27 |
|
28 | 28 | #endif // OPENPOSE_CORE_HEADERS_HPP |
0 commit comments