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

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

Detailed Description

Running statistics of an event stream without storing the events.

Author
Raul Tapia

Typedef Documentation

◆ StatsContainer

using ev::StatsContainer = StatsContaineri

Alias for StatsContainer_ using int

◆ StatsContainerd

using ev::StatsContainerd = StatsContainer_<double>

Alias for StatsContainer_ using double

◆ StatsContainerf

using ev::StatsContainerf = StatsContainer_<float>

Alias for StatsContainer_ using float

◆ StatsContaineri

using ev::StatsContaineri = StatsContainer_<int>

Alias for StatsContainer_ using int

◆ StatsContainerl

using ev::StatsContainerl = StatsContainer_<long>

Alias for StatsContainer_ using long