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
cvMatToOpOutput.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_CORE_CV_MAT_TO_OP_OUTPUT_HPP
2 #define OPENPOSE_CORE_CV_MAT_TO_OP_OUTPUT_HPP
3 
4 #include <opencv2/core/core.hpp> // cv::Mat
6 
7 namespace op
8 {
10  {
11  public:
12  Array<float> createArray(const cv::Mat& cvInputData, const double scaleInputToOutput,
13  const Point<int>& outputResolution) const;
14  };
15 }
16 
17 #endif // OPENPOSE_CORE_CV_MAT_TO_OP_OUTPUT_HPP
Definition: cvMatToOpOutput.hpp:9
#define OP_API
Definition: macros.hpp:9