OpenEV
Extending OpenCV to event-based vision
Loading...
Searching...
No Matches
ev::FrameFile Struct Reference

This struct is a frame kept as an image file, for the frames that are loaded only when needed. More...

#include <frames.hpp>

Public Attributes

TimeType t {0}
std::string path

Detailed Description

This struct is a frame kept as an image file, for the frames that are loaded only when needed.

The following alias is defined for convenience:

using FrameFileVector = std::vector<FrameFile>;

Member Data Documentation

◆ path

std::string ev::FrameFile::path

Path of the image file

◆ t

TimeType ev::FrameFile::t {0}

Timestamp


The documentation for this struct was generated from the following file: