1#ifndef CVMAT_QMETADATA_H
2#define CVMAT_QMETADATA_H
11#include "opencv2/core.hpp"
12#include "resolution.h"
15Q_DECLARE_METATYPE(cv::Mat)
17Q_DECLARE_METATYPE(QStringList)
19typedef QList<cv::Mat> ImageList;
20Q_DECLARE_METATYPE(ImageList)
22typedef QList<QColor> QColorList;
23Q_DECLARE_METATYPE(QColorList)
25typedef QList<bool> QBoolList;
26Q_DECLARE_METATYPE(QBoolList)
28Q_DECLARE_METATYPE(std::vector<uint>)
37Q_DECLARE_METATYPE(ColorTheme)
41Q_DECLARE_METATYPE(
ROI)
The ROI class manages a region of interest represented as a rectangle in the [0,1]x[0,...
Definition roi.h:21
The Resolution class encapsulates an image resolution (width and height). It provides functionality f...
Definition resolution.h:17