OpenEV
Extending OpenCV to event-based vision
Loading...
Searching...
No Matches
ev::Queue_< T > Class Template Reference

This class extends std::queue to implement event queues. For more information, please refer here. More...

#include <queue.hpp>

Inheritance diagram for ev::Queue_< T >:

Public Member Functions

ResultType duration () const
 Time difference between the last and the first event.
ResultType rate () const
 Compute event rate as the ratio between the number of events and the time difference between the last and the first event.
Event_< ResultType > mean ()
 Compute the mean of the events.
cv::Point_< ResultType > meanPoint ()
 Compute the mean x,y point of the events.
ResultType meanTime ()
 Compute the mean time of the events.
ResultType midTime () const
 Calculate the midpoint time between the oldest and the newest event.

Detailed Description

template<typename T>
class ev::Queue_< T >

This class extends std::queue to implement event queues. For more information, please refer here.

Event queues inherit all the properties from standard C++ queues. Events queues are FIFO data structures not intended to be directly iterated.

Member Function Documentation

◆ duration()

template<typename T>
ResultType ev::Queue_< T >::duration ( ) const
inlinenodiscard

Time difference between the last and the first event.

Returns
Time difference

◆ mean()

template<typename T>
Event_< ResultType > ev::Queue_< T >::mean ( )
inlinenodiscard

Compute the mean of the events.

Returns
An Eventd object containing the mean values of x, y, t, and p attributes.

◆ meanPoint()

template<typename T>
cv::Point_< ResultType > ev::Queue_< T >::meanPoint ( )
inlinenodiscard

Compute the mean x,y point of the events.

Returns
Mean point

◆ meanTime()

template<typename T>
ResultType ev::Queue_< T >::meanTime ( )
inlinenodiscard

Compute the mean time of the events.

Returns
Mean time

◆ midTime()

template<typename T>
ResultType ev::Queue_< T >::midTime ( ) const
inlinenodiscard

Calculate the midpoint time between the oldest and the newest event.

Returns
Midpoint time.

◆ rate()

template<typename T>
ResultType ev::Queue_< T >::rate ( ) const
inlinenodiscard

Compute event rate as the ratio between the number of events and the time difference between the last and the first event.

Returns
Event rate

The documentation for this class was generated from the following file:
  • modules/containers/include/openev/containers/queue.hpp