JuliaImages / ImageSegmentation.jl

Partitioning images into meaningful regions
Other
47 stars 23 forks source link

Support `fillval` in `flood_fill!` #77

Closed timholy closed 3 years ago

timholy commented 3 years ago

This also distinguishes flood (which always returns a "mask") from flood_fill! (which can be used to insert non-boolean values).

Also adds docstrings and doctests