JuliaImages / ImageSegmentation.jl

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

Fixes issue #36 of non-unique Priority Queue keys #37

Closed MiriamHinzen closed 4 years ago

MiriamHinzen commented 4 years ago

Updates priorities for elements in pq instead of enqueuing again. Enqueues pixels instead of queues of pixels into pq. Removes now redundant dictionary qdict. Adds test.

ChrisRackauckas commented 4 years ago

Looks like this is passing tests and it's just a weird Mac thing. Could this get a look and a tag? We are seeing this issue crop up. Thanks!

timholy commented 4 years ago

Great work @MiriamHinzen, thanks so much!

timholy commented 4 years ago

https://github.com/JuliaRegistries/General/pull/4897

This will require manual merge because JuliaImages is too complicated to add bounds until https://github.com/JuliaRegistries/Registrator.jl/issues/122 gets solved.