adder-codec-rs 0.4.9

Encoder/transcoder/decoder for raw and compressed ADΔER (Address, Decimation, Δt Event Representation) streams. Includes a transcoder for casting either framed or event video into an ADΔER representation in a manner which preserves the temporal resolution of the source.
Documentation
1
2
3
4
5
/// Provides a `Framer` trait for encoding and decoding frames from events
pub mod driver;

/// Tools for casting events to intensity values
pub mod scale_intensity;