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
6
7
8
9
10
11
12
13
14
/// A module for simultaneously transcoding a video source to ADΔER and reconstructing a framed
/// video from ADΔER
pub mod simulproc;

/// A module for migrating streams from one format to another
pub mod stream_migration;

/// Computer vision utilities
pub mod cv;

#[cfg(feature = "feature-logging")]
pub mod logging;
/// A module for visualizing streams
pub mod viz;