We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae5cee commit 203c434Copy full SHA for 203c434
1 file changed
src/main/java/ch/epfl/biop/atlas/custom/AtlasFromSourcesHelper.java
@@ -189,6 +189,7 @@ public String getName() {
189
@Override
190
public void initialize() throws Exception {
191
HashSet<Integer> values = getUniquePixelValues(labelImage);
192
+ values.remove(0); // Causes issues otherwise
193
int rootIdTest = 1024;
194
while (values.contains(rootIdTest)) {
195
rootIdTest*=2;
0 commit comments