OpenEV
Extending OpenCV to event-based vision
Loading...
Searching...
No Matches
matrices.hpp File Reference

Event-based matrix representations for accumulating events into spatial maps. More...

#include "openev/core/types.hpp"
#include <cmath>
#include <cstring>
#include <limits>
#include <opencv2/core/hal/interface.h>
#include <opencv2/core/mat.hpp>
#include <opencv2/core/mat.inl.hpp>
#include <opencv2/core/traits.hpp>
#include <ostream>
#include <type_traits>

Go to the source code of this file.

Classes

class  ev::Mat::Mat_< T >
class  ev::Mat::Binary_< Tb >
 Spatial map marking whether any event has occurred at each pixel. More...
class  ev::Mat::Ternary_< Tb >
 Spatial map encoding event polarity at each pixel. More...
class  ev::Mat::Time
 Spatial map storing the timestamp of the most recent event at each pixel. More...
class  ev::Mat::Polarity
 Spatial map storing the polarity of the most recent event at each pixel. More...
class  ev::Mat::Counter
 Spatial map accumulating signed event counts per pixel. More...

Typedefs

using ev::Mat::Binary = Binary_<uchar>
using ev::Mat::Ternary = Ternary_<char>

Variables

constexpr bool ev::USING_MATRICES_HPP = true

Detailed Description

Event-based matrix representations for accumulating events into spatial maps.

Author
Raul Tapia