Module traits

Source
Expand description

Essential traits for the functionality of ndarray-vision

Traits§

PixelBound
When working with pixel data types may have odd bitdepths or not use the full range of the value. We can’t assume every image with u8 ranges from [0..255]. Additionally, floating point representations of pixels normally range from [0.0..1.0]. PixelBound is an attempt to solve this issue.