[][src]Module ndarray_vision::processing

Image processing intrinsics and common filters/algorithms.

Re-exports

pub use canny::*;
pub use conv::*;
pub use filter::*;
pub use kernels::*;
pub use sobel::*;

Modules

canny

Implementation of a Canny Edge Detector and associated types

conv

Image convolutions in 2D

filter

Not convolution based image filters

kernels

Common convolution kernels and traits to aid in the building of kernels

sobel

Sobel operator for edge detection

Enums

Error

Common error type for image processing algorithms