6#ifndef OPENEV_REPRESENTATIONS_TIME_SURFACE_HPP
7#define OPENEV_REPRESENTATIONS_TIME_SURFACE_HPP
13#include <opencv2/core/hal/interface.h>
14#include <opencv2/core/mat.hpp>
15#include <opencv2/core/matx.hpp>
56template <
typename T, const RepresentationOptions Options = RepresentationOptions::NONE,
typename E =
int>
59 template <
typename... Args>
74 cv::Mat &
render(
const Kernel kernel = Kernel::NONE,
const double tau = 0);
77 void clear_()
override;
78 void clear_(
const cv::Mat &background)
override;
79 bool insert_(
const Event_<E> &e)
override;
111#include "openev/representations/time-surface.tpp"
Event abstract representation.
This class extends cv::Mat_<T> for event images. For more information, please refer here.
Definition event-image.hpp:52
This class extends cv::Point_<T> for event data. For more information, please refer here.
Definition types.hpp:60
Definition matrices.hpp:42
Definition matrices.hpp:12
Definition time-surface.hpp:57
cv::Mat & render(const Kernel kernel=Kernel::NONE, const double tau=0)
Render timesurface matrix.
TimeMat time
Definition time-surface.hpp:64
PolarityMat polarity
Definition time-surface.hpp:65
Basic event-based vision structures based on OpenCV components.
Kernel
This class extends ev::EventImage_<T> for time surfaces.
Definition time-surface.hpp:53
Basic event-based vision structures based on OpenCV components.