Image Segmenter in Rust
Segment the image by color, applying a unique color to each segment.
UPDATE 25/04/2022
It looks like most of the functionality can be replaced with opencv::imgproc::flood_fill.
Build
cargo build --release
Run
image_segmenter.exe -i input.png -o output.png
Examples
Example 1
Example 2
On this page
Languages
Rust100.0%
Contributors
Latest Release
v1.0.1April 24, 2022MIT License
Created April 24, 2022
Updated August 13, 2023



