OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
poseTriangulation.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_3D_POSE_TRIANGULATION_HPP
2 #define OPENPOSE_3D_POSE_TRIANGULATION_HPP
3 
4 #include <opencv2/core/core.hpp>
6 
7 namespace op
8 {
9  OP_API Array<float> reconstructArray(const std::vector<Array<float>>& keypointsVector,
10  const std::vector<cv::Mat>& matrixEachCamera);
11 }
12 
13 #endif // OPENPOSE_3D_POSE_TRIANGULATION_HPP
OP_API Array< float > reconstructArray(const std::vector< Array< float >> &keypointsVector, const std::vector< cv::Mat > &matrixEachCamera)
std::vector< T, Alloc > vector
Definition: cl2.hpp:567
#define OP_API
Definition: macros.hpp:15