Page MenuHomePhabricator

Fill and erase entire slice ignores zero index
Closed, ResolvedPublic

Description

Reproduce:
Load any pic e.g. Pic3D
Use AddTool and create a segmentation
Use FillTool+STRG on the same slice (to segment the whole slice)

--> Last image row is not included in the segmentation result, which seems to be due to the wrong usage of index 0.

Bug_Fill_ZeroIndex.PNG (440×734 px, 41 KB)

Event Timeline

The zero index is not filled in any of the three dimensions of an image

Should be fixed with T19567. Can you please verify that?