1 #ifndef OPENPOSE_CORE_CV_MAT_TO_OP_INPUT_HPP
2 #define OPENPOSE_CORE_CV_MAT_TO_OP_INPUT_HPP
17 const Matrix& inputData,
const std::vector<double>& scaleInputToNetInputs,
22 const bool mGpuResize;
23 unsigned char* pInputImageCuda;
24 float* pInputImageReorderedCuda;
25 float* pOutputImageCuda;
26 unsigned long long pInputMaxSize;
27 unsigned long long pOutputMaxSize;