1#ifndef ITRANSFORMREQUESTDEQUEUE_H
2#define ITRANSFORMREQUESTDEQUEUE_H
52 QString
getName()
const override;
67 TransformResult
transform(uint idx,
const cv::Mat &img,
const Resolution &resolution,
const ROI &roi)
override;
89 void setSettings(QMap<QString, QVariant> settings)
override;
124 void slot_deactivate();
126 void slot_activate();
129 void slot_sendToGui(uint idx,
const cv::Mat &img);
133 cv::Mat m_imageToTransform;
134 uint m_idxToTransform;
136 ROI m_roiToTransform;
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