Class AlgorithmMosaicToSlices

java.lang.Object
java.lang.Thread
gov.nih.mipav.model.algorithms.AlgorithmBase
gov.nih.mipav.model.algorithms.utilities.AlgorithmMosaicToSlices
All Implemented Interfaces:
ActionListener, WindowListener, Runnable, EventListener

public class AlgorithmMosaicToSlices extends AlgorithmBase
Algorithm requires input of 2D or 3D mosaics. Based on the dimension of the mosaic image, the algorithm converts 2D mosaics to 3D slices and 3D mosaics to 4D slices (note: slice numbers are specified by the user).
Version:
0.2 July 25, 2011, 0.1 September 2, 2010
Author:
Beth Tyrie, William Gandler
  • Field Details

  • Constructor Details

    • AlgorithmMosaicToSlices

      public AlgorithmMosaicToSlices(ModelImage srcIm, ModelImage dest)
      Creates a new AlgorithmMosaicToSlices object.
      Parameters:
      srcIm - source image model
      dest - destination image
  • Method Details

    • finalize

      public void finalize()
      Prepares this class for destruction.
      Overrides:
      finalize in class AlgorithmBase
    • getResultImage

      public ModelImage getResultImage()
      Accessor that returns the result image.
      Returns:
      Result image.
    • runAlgorithm

      public void runAlgorithm()
      Starts the program.
      Specified by:
      runAlgorithm in class AlgorithmBase