Labelings / Labeling

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Improve value sorting #11

Closed gselzer closed 2 years ago

gselzer commented 2 years ago

I was getting out of bounds exceptions for this on result_image, as result_image was a N-dimensional image and the indices were on the flattened array. Now we no longer index into result_image!

Please let me know what you think @tomburke-rse!