Package gov.nih.mipav.model.algorithms
Class AlgorithmMorphology3D.intObject
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmMorphology3D.intObject
- Enclosing class:
AlgorithmMorphology3D
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 AlgorithmMorphology3D class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionintObject(int idx, short objectID, int objectSize) Creates a new intObject object. -
Method Summary
-
Field Details
-
id
public short idDOCUMENT ME! -
index
public int indexDOCUMENT ME! -
size
public int sizeDOCUMENT ME!
-
-
Constructor Details
-
intObject
public intObject(int idx, short objectID, int objectSize) Creates a new intObject object.- 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
-