Class AlgorithmEntropicEdgeDetection

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

public class AlgorithmEntropicEdgeDetection extends AlgorithmBase
  • Constructor Details

    • AlgorithmEntropicEdgeDetection

      public AlgorithmEntropicEdgeDetection()
      AlgorithmEntropicEdgeDetection - default constructor.
    • AlgorithmEntropicEdgeDetection

      public AlgorithmEntropicEdgeDetection(ModelImage destImg, ModelImage srcImg)
      AlgorithmEntropicEdgeDetection.
      Parameters:
      destImg - DOCUMENT ME!
      srcImg - DOCUMENT ME!
  • Method Details

    • finalize

      public void finalize()
      finalize -
      Overrides:
      finalize in class AlgorithmBase
    • runAlgorithm

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

      private int Tsallis_Sqrt(double[][] p)