Package gov.nih.mipav.model.algorithms
Class AlgorithmGrayScaleMorphology2D.intObject
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmGrayScaleMorphology2D.intObject
- Enclosing class:
AlgorithmGrayScaleMorphology2D
Simple class to temporarily store the object's size, ID and seed index value. This class is used by the
identifyObjects and deleteObjects methods of AlgorithmMorphology2D class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionintObject(int idx, short objectID, int objectSize) Initializes object with supplied parameters. -
Method Summary
-
Field Details
-
id
public short id -
index
public int index -
size
public int size
-
-
Constructor Details
-
intObject
public intObject(int idx, short objectID, int objectSize) Initializes object with supplied parameters.- Parameters:
idx- seed index. Index is the location in the imageobjectID- the flood seed having a value >= 0.objectSize- the number of voxels in the object
-