seung-lab / connected-components-3d

Connected components on discrete and continuous multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6)
GNU Lesser General Public License v3.0
367 stars 43 forks source link

fix: max labels #66

Closed william-silversmith closed 3 years ago

william-silversmith commented 3 years ago

The arange test included a single background label and so didn't test an all foreground pathological case. We need to extend the maximum to voxels + 1, not voxels.