![]() |
OpenEV
Extending OpenCV to event-based vision
|
Timestamped images. More...
#include "openev/core/types.hpp"#include <opencv2/core/mat.hpp>#include <queue>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | ev::StampedMat |
| This class extends cv::Mat to include timestamp. More... | |
| struct | ev::FrameFile |
| This struct is a frame kept as an image file, for the frames that are loaded only when needed. More... | |
Typedefs | |
| using | ev::StampedMatVector = std::vector<StampedMat> |
| using | ev::StampedMatQueue = std::queue<StampedMat> |
| using | ev::FrameFileVector = std::vector<FrameFile> |
Variables | |
| constexpr bool | ev::USING_FRAMES_HPP = true |
Timestamped images.