Module core

Source
Expand description

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

Re-exports§

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

Modules§

colour_models
This module deals with different colour models and conversions between colour models.
image
Core image type and simple operations on it
padding
Image padding operations to increase the image size
traits
Essential traits for the functionality of ndarray-vision
util
Some utility functions required in different modules