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
opOutputToCvMat.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_CORE_OP_OUTPUT_TO_CV_MAT_HPP
2 #define OPENPOSE_CORE_OP_OUTPUT_TO_CV_MAT_HPP
3 
4 #include <opencv2/core/core.hpp> // cv::Mat
6 
7 namespace op
8 {
10  {
11  public:
12  cv::Mat formatToCvMat(const Array<float>& outputData) const;
13  };
14 }
15 
16 #endif // OPENPOSE_CORE_OP_OUTPUT_TO_CV_MAT_HPP
#define OP_API
Definition: macros.hpp:15
Definition: opOutputToCvMat.hpp:9