Skip to content

Commit

Permalink
Declare that the ilastik detector can do 3D segmentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed May 15, 2023
1 parent 328138f commit 6248743
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ public boolean has2Dsegmentation()
return true;
}

@Override
public boolean has3Dsegmentation()
{
return true;
}

@Override
public IlastikDetectorFactory< T > copy()
{
Expand Down

0 comments on commit 6248743

Please sign in to comment.