Expand description
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§
- convert
converthouses functions for converting between thesRGBand linear color spaces but also supports conversions to theHSVspace and grayscale.- png
pngcontains routines that enable users to read and writePNGfiles. It wraps thepngcrate and returns errors directly from the library where further documentation can be found on the precise nature of theDecodingErrorand theEncodingError.- rgb
rgbcontains various data structures for working with images in the RGB color space.- rgba
rgbacontains various data structures for working in the RGBA color space.
Traits§
- Numeric
Numericrepresents such types asu8andf32.