#ifndef CVTOOLS_H #define CVTOOLS_H #include #include #include "Camera.h" // struct CameraFrame; namespace cvtools { QImage cvMat2qImage(cv::Mat mat); cv::Mat Matx33dToMat(cv::Matx33d mat); cv::Mat Vec3fToMat(cv::Vec vec); cv::Mat camFrame2Mat(CameraFrame camFrame); } #endif // CVTOOLS_H