[][src]Crate cvr

cvr is a home-grown attempt at porting some of the functionality offered by OpenCV to Rust in a way that emphasizes type-safety and functional composition.

Modules

png
rgb

rgb houses functions for working primarily in the 8-bit sRGB color space but also supports various other operations like color space conversions.

Traits

Numeric

Numeric represents such types as u8 and f32.