File size: 211 Bytes
7fc5a59 | 1 2 3 4 5 6 7 8 | #ifndef OPENPOSE_CALIBRATION_HEADERS_HPP
#define OPENPOSE_CALIBRATION_HEADERS_HPP
// calibration module
#include <openpose/calibration/cameraParameterEstimation.hpp>
#endif // OPENPOSE_CALIBRATION_HEADERS_HPP
|