[][src]Crate simplecv

simple-cv is a pure-Rust computer vision toolkit with a simple interface similar to MATLAB or OpenCV. All code are based on ndarray package in order to make computer vision simpler in Rust!

Modules

color

Color transformation and enhancement.

filter

2D filters for image processing.

io

Some wrapper functions for image IO operations.

utils

Collections of some util functions.