6#ifndef OPENEV_REPRESENTATIONS_EVENT_HISTOGRAM_HPP
7#define OPENEV_REPRESENTATIONS_EVENT_HISTOGRAM_HPP
13#include <opencv2/core/hal/interface.h>
14#include <opencv2/core/mat.hpp>
15#include <opencv2/core/matx.hpp>
53template <
typename T, const RepresentationOptions Options = RepresentationOptions::NONE,
typename E =
int>
56 template <
typename... Args>
70 void clear_()
override;
71 void clear_(
const cv::Mat &background)
override;
72 bool insert_(
const Event_<E> &e)
override;
105#include "openev/representations/event-histogram.tpp"
Event abstract representation.
Definition matrices.hpp:72
This class extends ev::EventImage_<T> for event 2D histograms.
Definition event-histogram.hpp:54
cv::Mat & render()
Render event histogram matrix.
CounterMat counter
Definition event-histogram.hpp:61
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
Basic event-based vision structures based on OpenCV components.
Basic event-based vision structures based on OpenCV components.