seung-lab / euclidean-distance-transform-3d

Euclidean distance & signed distance transform for multi-label 3D anisotropic images using marching parabolas.
GNU General Public License v3.0
239 stars 37 forks source link

Make Option for Disabling Implicit Black Border #1

Closed william-silversmith closed 6 years ago

william-silversmith commented 6 years ago

Implicit black border makes a ton of sense for our use case, but in general, it excludes the possibility of e.g. a field of ones with a zero in the middle from having the largest distance at the border.

This can be mitigated with a flag.

william-silversmith commented 6 years ago

black_border=True/False