Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      short id
      DOCUMENT ME!
      int index
      DOCUMENT ME!
      int size
      DOCUMENT ME!
    • Constructor Summary

      Constructors 
      Constructor Description
      intObject​(int idx, short objectID, int objectSize)
      Creates a new intObject object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public short id
        DOCUMENT ME!
      • index

        public int index
        DOCUMENT ME!
      • size

        public int size
        DOCUMENT ME!
    • Constructor Detail

      • intObject

        public intObject​(int idx,
                         short objectID,
                         int objectSize)
        Creates a new intObject object.
        Parameters:
        idx - seed index. Index is the location in the image
        objectID - the flood seed having a value >= 0.
        objectSize - the number of voxels in the object