#ifndef UTILITY_H #define UTILITY_H #include #include QImage toQImage(const cv::Mat &mat); #endif // UTILITY_H