OpenEV
Extending OpenCV to event-based vision
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
 include
 openev
 
openev.hpp
Include all the OpenEV modules
 
options.hpp
OpenEV compilation options
 modules
 algorithms
 include
 openev
 algorithms
 
efft.hpp
EFFT published in IEEE Transactions on Pattern Analysis and Machine Intelligence 2024
 
algorithms.hpp
Include all the OpenEV algorithms module
 containers
 include
 openev
 containers
 
array.hpp
Array container for basic event structures
 
circular.hpp
Circular buffer container for basic event structures
 
deque.hpp
Deque container for basic event structures
 
persistent_queue.hpp
 
queue.hpp
Persistent queue container for basic event structures
 
sliding_window.hpp
Sliding time-window container for basic event structures
 
vector.hpp
Vector container for basic event structures
 
containers.hpp
Include all the OpenEV containers module
 core
 include
 openev
 core
 
matrices.hpp
Event-based matrix representations for accumulating events into spatial maps
 
types.hpp
Basic event-based vision structures based on OpenCV components
 
core.hpp
Include all the OpenEV core module
 devices
 include
 openev
 devices
 
abstract-camera.hpp
Abstract camera device driver
 
davis.hpp
Camera device driver for DAVIS cameras
 
devices.hpp
Include all the OpenEV devices module
 src
 
abstract-camera.cpp
Implementation of abstract-camera
 
davis.cpp
Implementation of davis
 evproc
 include
 openev
 evproc
 
filtering.hpp
Background activity noise filter for event streams
 
undistortion.hpp
Undistortion utilities
 
voting.hpp
Bilinear voting utilities for event-based vision
 
evproc.hpp
Include all the OpenEV evproc module
 src
 
filtering.cpp
Implementation of BackgroundActivityFilter
 
voting.cpp
Implementation of voting
 readers
 include
 openev
 readers
 
abstract-reader.hpp
 
hdf5-reader.hpp
HDF5 reader
 
plain-text-reader.hpp
Plain text reader
 
readers.hpp
Include all the OpenEV readers module
 src
 
abstract-reader.cpp
Implementation of abstract-reader
 
hdf5-reader.cpp
Implementation of hdf5-reader
 
plain-text-reader.cpp
Implementation of plain-text-reader
 tests
 
readers_test_utils.hpp
 representations
 include
 openev
 representations
 
abstract-representation.hpp
Event abstract representation
 
event-histogram.hpp
2D histogram of events
 
event-image.hpp
Event images
 
point-cloud.hpp
Point cloud of events
 
time-surface.hpp
Time surface
 
representations.hpp
Include all the OpenEV representations module