Package gov.nih.mipav.model.algorithms
Class AlgorithmMorphology3D.intObject
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmMorphology3D.intObject
-
- Enclosing class:
- AlgorithmMorphology3D
private class AlgorithmMorphology3D.intObject extends java.lang.Object
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.
-
-
Constructor Summary
Constructors Constructor Description intObject(int idx, short objectID, int objectSize)
Creates a new intObject object.
-