GitHunt
SE

serg06/image_segmenter

Image segmenter in Rust

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

colors

out

Example 2

colors2

out

Languages

Rust100.0%

Contributors

Latest Release

v1.0.1April 24, 2022
MIT License
Created April 24, 2022
Updated August 13, 2023
serg06/image_segmenter | GitHunt