Skip to content

Commit 44ff81f

Browse files
committed
Declare that the detector can do 3D shapes.
So that 3D shape analyzers are added to the analysis.
1 parent 5f81d1a commit 44ff81f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/fiji/plugin/trackmate/morpholibj/MorphoLibJDetectorFactory.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@ public boolean has2Dsegmentation()
253253
return true;
254254
}
255255

256+
@Override
257+
public boolean has3Dsegmentation()
258+
{
259+
return true;
260+
}
261+
256262
@Override
257263
public MorphoLibJDetectorFactory< T > copy()
258264
{

0 commit comments

Comments
 (0)