![]() |
OpenEV
Extending OpenCV to event-based vision
|
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 |
Vector container for basic event structures.
| using ev::Vector = Vectori |
Alias for Vector_ using Event
| using ev::Vectord = Vector_<double> |
Alias for Vector_ using double
| using ev::Vectorf = Vector_<float> |
Alias for Vector_ using float
| using ev::Vectori = Vector_<int> |
Alias for Vector_ using int
| using ev::Vectorl = Vector_<long> |
Alias for Vector_ using long