Crate kornia_image

Crate kornia_image 

Source
Expand description

Image types and traits for generating and manipulating images

Re-exports§

pub use crate::error::ImageError;
pub use crate::image::Image;
pub use crate::image::ImageSize;

Modules§

allocator
allocator module containing the memory management utilities.
error
Error types for the image module.
image
image representation for computer vision purposes.
ops
module containing ops implementations.