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

Basic event-based vision structures based on OpenCV components. 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::Binary_< Tb >
class  ev::Mat::Ternary_< Tb >
class  ev::Mat::Time
class  ev::Mat::Polarity
class  ev::Mat::Counter

Typedefs

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

Functions

template<typename MatType>
void ev::Mat::detail::clearZero (MatType &mat)

Detailed Description

Basic event-based vision structures based on OpenCV components.

Author
Raul Tapia