[][src]Module ndarray_vision::core

The core of ndarray-vision contains the Image type and colour models

Re-exports

pub use colour_models::*;
pub use image::*;
pub use traits::*;

Modules

colour_models

This module deals with different colour models and conversions between colour models.

image

Core image type and simple operations on it

traits

Essential traits for the functionality of ndarray-vision