public class Segment3DImage
extends java.lang.Object
| Constructor and Description |
|---|
Segment3DImage(ImageHandler img,
float lowthr,
float highthr)
Constructor for the Segment3DImage object
|
Segment3DImage(ImagePlus plus,
float lo,
float hi) |
| Modifier and Type | Method and Description |
|---|---|
ImageInt |
getLabelledObjectsImage3D() |
ImageStack |
getLabelledObjectsStack() |
int |
getMaxSizeObject() |
int |
getMinSizeObject() |
int |
getNbObj() |
ImageInt |
getSurfaceObjectsImage3D() |
ImageStack |
getSurfaceObjectsStack() |
void |
segment()
Generates the connexity analysis.
|
void |
setMaxSizeObject(int maxSize) |
void |
setMinSizeObject(int minSize) |
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()