@Deprecated
public class Segment3DImage
extends java.lang.Object
Constructor and Description |
---|
Segment3DImage(ImageHandler img,
float lowthr,
float highthr)
Deprecated.
Constructor for the Segment3DImage object
|
Segment3DImage(ImagePlus plus,
float lo,
float hi)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ImageInt |
getLabelledObjectsImage3D()
Deprecated.
|
ImageStack |
getLabelledObjectsStack()
Deprecated.
|
int |
getMaxSizeObject()
Deprecated.
|
int |
getMinSizeObject()
Deprecated.
|
int |
getNbObj()
Deprecated.
|
ImageInt |
getSurfaceObjectsImage3D()
Deprecated.
|
ImageStack |
getSurfaceObjectsStack()
Deprecated.
|
void |
segment()
Deprecated.
Generates the connexity analysis.
|
void |
setMaxSizeObject(int maxSize)
Deprecated.
|
void |
setMinSizeObject(int minSize)
Deprecated.
|
public Segment3DImage(ImageHandler img, float lowthr, float highthr)
img
- The image to segmentlowthr
- Low thresholdhighthr
- High Thresholdpublic Segment3DImage(ImagePlus plus, float lo, float hi)
plus
- lo
- hi
- public int getMaxSizeObject()
public void setMaxSizeObject(int maxSize)
maxSize
- public int getMinSizeObject()
public void setMinSizeObject(int minSize)
minSize
- public int getNbObj()
public void segment()
public ImageInt getLabelledObjectsImage3D()
public ImageStack getLabelledObjectsStack()
public ImageInt getSurfaceObjectsImage3D()
public ImageStack getSurfaceObjectsStack()