5#include <tl/expected.hpp>
6#include "opencv2/core.hpp"
7#include "cvmat_qmetadata.h"
10#include "iVS3D-pluginInterface_global.h"
13using TransformResult = tl::expected<cv::Mat, Error>;
14Q_DECLARE_METATYPE(TransformResult)
87class IVS3DPLUGININTERFACE_EXPORT
ITransform : public QObject
165Q_DECLARE_INTERFACE(
ITransform,
"iVS3D.ITransform")
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