Package gov.nih.mipav.model.algorithms
Class AlgorithmMorphology2D.intObject
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmMorphology2D.intObject
-
- Enclosing class:
- AlgorithmMorphology2D
private class AlgorithmMorphology2D.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 AlgorithmMorphology2D class.
-
-
Constructor Summary
Constructors Constructor Description intObject(int idx, short objectID, int objectSize)
Initializes object with supplied parameters.
-