Event abstract representation. More...
#include "openev/utils/logger.hpp"#include <array>#include <cstddef>#include <float.h>#include <memory>#include <opencv2/core/hal/interface.h>#include <opencv2/core/mat.hpp>#include <opencv2/core/mat.inl.hpp>#include <opencv2/core/matx.hpp>#include <opencv2/core/traits.hpp>#include <opencv2/imgproc.hpp>#include <opencv2/viz/types.hpp>#include <stdint.h>#include <type_traits>Go to the source code of this file.
Classes | |
| class | ev::AbstractRepresentation_< T, Options, E > |
| 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) |
Event abstract representation.
Implementation of abstract-representation.