utility.h 156 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #ifndef UTILITY_H #define UTILITY_H #include <QImage> #include <opencv2/core/core.hpp> QImage toQImage(const cv::Mat &mat); #endif // UTILITY_H