![]() |
OpenEV
Extending OpenCV to event-based vision
|
This class extends std::array to implement event arrays. For more information, please refer here. More...
#include <array.hpp>
Additional Inherited Members | |
| Public Types inherited from ev::AbstractContainer_< Array_< T, N >, T > | |
| using | ResultType |
| Public Member Functions inherited from ev::AbstractContainer_< Array_< T, N >, T > | |
| 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. | |
| ResultType | midTime () const |
| Calculate the midpoint time between the oldest and the newest event. | |
| Event_< ResultType > | mean () const |
| Compute the mean of the events. | |
| cv::Point_< ResultType > | meanPoint () const |
| Compute the mean x,y point of the events. | |
| ResultType | meanTime () const |
| Compute the mean time of the events. | |
| ResultType | entropy () const |
| Compute the Shannon entropy of the spatial distribution of the events. | |
This class extends std::array to implement event arrays. For more information, please refer here.
Event arrays inherit all the properties from standard C++ arrays. Events in the array are stored contiguously.