| | #ifndef OPENPOSE_CORE_COMMON_HPP |
| | #define OPENPOSE_CORE_COMMON_HPP |
| |
|
| | |
| | #include <array> |
| | #include <memory> |
| | #include <string> |
| | #include <vector> |
| | |
| | #include <openpose/core/array.hpp> |
| | #include <openpose/core/arrayCpuGpu.hpp> |
| | #include <openpose/core/macros.hpp> |
| | #include <openpose/core/matrix.hpp> |
| | #include <openpose/core/point.hpp> |
| | #include <openpose/core/rectangle.hpp> |
| | #include <openpose/core/string.hpp> |
| | #include <openpose/utilities/errorAndLog.hpp> |
| | #include <openpose/utilities/profiler.hpp> |
| | |
| | #include <openpose/core/datum.hpp> |
| |
|
| | #endif |
| |
|