![]() |
OpenEV
Extending OpenCV to event-based vision
|
Running statistics of an event stream without storing the events. More...
#include "openev/core/stats.hpp"#include "openev/core/types.hpp"#include <algorithm>#include <array>#include <cmath>#include <cstddef>#include <cstdint>#include <opencv2/core/matx.hpp>#include <opencv2/core/types.hpp>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | ev::StatsContainer_< T > |
| This class keeps the ingredients of the statistics of Stats_ up to date without storing the events. More... | |
Typedefs | |
| using | ev::StatsContaineri = StatsContainer_<int> |
| using | ev::StatsContainerl = StatsContainer_<long> |
| using | ev::StatsContainerf = StatsContainer_<float> |
| using | ev::StatsContainerd = StatsContainer_<double> |
| using | ev::StatsContainer = StatsContaineri |
Variables | |
| constexpr bool | ev::USING_STATS_CONTAINER_HPP = true |
Running statistics of an event stream without storing the events.
| using ev::StatsContainer = StatsContaineri |
Alias for StatsContainer_ using int
| using ev::StatsContainerd = StatsContainer_<double> |
Alias for StatsContainer_ using double
| using ev::StatsContainerf = StatsContainer_<float> |
Alias for StatsContainer_ using float
| using ev::StatsContaineri = StatsContainer_<int> |
Alias for StatsContainer_ using int
| using ev::StatsContainerl = StatsContainer_<long> |
Alias for StatsContainer_ using long