OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
cameraParameterReader.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_EXPERIMENTAL_3D_CAMERA_PARAMETER_READER_HPP
2 #define OPENPOSE_EXPERIMENTAL_3D_CAMERA_PARAMETER_READER_HPP
3 
4 #include <opencv2/core/core.hpp>
6 
7 namespace op
8 {
9  OP_API const cv::Mat getIntrinsics(const int cameraIndex);
10 
11  OP_API const cv::Mat getDistorsion(const int cameraIndex);
12 
13  OP_API cv::Mat getM(const int cameraIndex);
14 
15  OP_API unsigned long long getNumberCameras();
16 }
17 
18 #endif // OPENPOSE_EXPERIMENTAL_3D_CAMERA_PARAMETER_READER_HPP
OP_API const cv::Mat getDistorsion(const int cameraIndex)
OP_API unsigned long long getNumberCameras()
OP_API cv::Mat getM(const int cameraIndex)
#define OP_API
Definition: macros.hpp:15
OP_API const cv::Mat getIntrinsics(const int cameraIndex)