JuliaImages / ImageSegmentation.jl

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

Initial (trivial) implementation of flood_fill #75

Closed timholy closed 3 years ago

timholy commented 3 years ago

Also adds window-iterators to traverse different neighborhood patterns.

Also deprecates the Vector{Int} method of specifying kernel (window) sizes.