utility.h 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #ifndef BR_UTILITY_H #define BR_UTILITY_H #include <QImage> #include <opencv2/core/core.hpp> #include <openbr/openbr_export.h> namespace br { BR_EXPORT QImage toQImage(const cv::Mat &mat); } // namespace br #endif // BR_UTILITY_H