Image-Processing-CLI-in-Rust
Image-Processing-CLI-in-Rust copied to clipboard
CLI for image processing with histograms, binary treshold and other functions
Should be https://travis-ci.org/mikigraf/Image-Processing-CLI-in-Rust which needs enabling
This is an implementation of an edge detector based on the Canny Edge Detection Algorithm. The new operation is called "canny" and it takes 3 floats: `sigma` (Gaussian blur parameter...
The new code doesn't handle this case: https://github.com/spejss/Image-Processing-CLI-in-Rust/blob/9545f0e68ca6761c6c9387636cfeb5be95109591/src/main.rs#L297 . I don't think the code in question was ever reachable.