Module processing

Source
Expand description

Image processing intrinsics and common filters/algorithms.

Re-exports§

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

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
threshold
Thresholding functions

Enums§

Error
Common error type for image processing algorithms