File size: 350 Bytes
7fc5a59 | 1 2 3 4 5 6 7 8 9 10 11 12 | #ifndef OPENPOSE_3D_HEADERS_HPP
#define OPENPOSE_3D_HEADERS_HPP
// 3d module
#include <openpose/3d/cameraParameterReader.hpp>
#include <openpose/3d/jointAngleEstimation.hpp>
#include <openpose/3d/poseTriangulation.hpp>
#include <openpose/3d/wJointAngleEstimation.hpp>
#include <openpose/3d/wPoseTriangulation.hpp>
#endif // OPENPOSE_3D_HEADERS_HPP
|