12#include <opencv2/core.hpp>
34 QPair<cv::Mat, cv::Mat> gatherImagePair(uint from, uint to);
45 QHash<uint, cv::Mat> m_bufferedImages;
48 bool checkStoredImages(uint idx, cv::Mat *out);
49 static cv::Mat gatherSingleImageStatic(uint frameIdx,
ImageGatherer *imgg);
The ImageGatherer class is an interface which defines the structure for the hardware specific algorit...
Definition imagegatherer.h:30
virtual cv::Mat gatherSingleImage(uint frameIdx)=0
gatherSingleImage reads, resizes and greyscales a single frame
The Reader interface defines functions which are used for reading and parsing the import.
Definition reader.h:23