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

Event abstract representation. More...

#include "openev/containers/array.hpp"
#include "openev/containers/queue.hpp"
#include "openev/containers/vector.hpp"
#include "openev/core/types.hpp"
#include "openev/options.hpp"
#include <array>
#include <cstddef>
#include <float.h>
#include <opencv2/core/mat.hpp>
#include <opencv2/core/matx.hpp>
#include <opencv2/core/traits.hpp>
#include <stdint.h>
#include <type_traits>

Go to the source code of this file.

Classes

class  ev::AbstractRepresentation_< T, Options >
 This is an auxiliary class. This class cannot be instanced. More...
 

Enumerations

enum  RepresentationOptions : uint8_t { NONE = 0b00000000 , IGNORE_POLARITY = 0b00000001 , ONLY_IF_POSITIVE = 0b00000010 , ONLY_IF_NEGATIVE = 0b00000100 }
 

Functions

constexpr bool ev::REPRESENTATION_OPTION_CHECK (const uint8_t a, const RepresentationOptions b)
 

Detailed Description

Event abstract representation.

Implementation of abstract-representation.

Author
Raul Tapia