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

Vector container for basic event structures. More...

#include "openev/core/types.hpp"
#include <numeric>
#include <opencv2/core/types.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  ev::Vector_< T >
 This class extends std::vector to implement event vectors. For more information, please refer here. More...

Typedefs

using ev::Vectori = Vector_<int>
using ev::Vectorl = Vector_<long>
using ev::Vectorf = Vector_<float>
using ev::Vectord = Vector_<double>
using ev::Vector = Vectori

Variables

constexpr bool ev::USING_VECTOR_HPP = true

Detailed Description

Vector container for basic event structures.

Author
Raul Tapia

Typedef Documentation

◆ Vector

using ev::Vector = Vectori

Alias for Vector_ using Event

Examples
example-davis.cpp.

◆ Vectord

using ev::Vectord = Vector_<double>

Alias for Vector_ using double

◆ Vectorf

using ev::Vectorf = Vector_<float>

Alias for Vector_ using float

◆ Vectori

using ev::Vectori = Vector_<int>

Alias for Vector_ using int

◆ Vectorl

using ev::Vectorl = Vector_<long>

Alias for Vector_ using long