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

Euclidean distance & signed distance transform for multi-label 3D anisotropic images using marching parabolas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Option for Disabling Implicit Black Border

william-silversmith opened this issue · comments

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.

black_border=True/False