![]() |
OpenEV
Extending OpenCV to event-based vision
|
This class extends cv::Mat to include timestamp. More...
#include <abstract-camera.hpp>
Public Member Functions | |
| void | copyTo (StampedMat &dst) const |
| Copy image data and timestamp to another StampedMat. | |
| void | release () |
| Release the image data and reset the timestamp. | |
Public Attributes | |
| TimeType | t {0} |
This class extends cv::Mat to include timestamp.
The following aliases are defined for convenience:
|
inline |
Copy image data and timestamp to another StampedMat.
| dst | Destination |