Class AlgorithmAINDANE

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

public class AlgorithmAINDANE extends AlgorithmBase
  • Field Details

    • c1

      private double c1
      Reference: Adaptive and integrated neighborhood-dependent approach for nonlinear enhancement of color images by Li Tao and Vijayan K. Asari, Journal of Electronic Imaging 14(4), 043006 (Oct-Dec 2005)
    • c2

      private double c2
    • c3

      private double c3
  • Constructor Details

    • AlgorithmAINDANE

      public AlgorithmAINDANE()
    • AlgorithmAINDANE

      public AlgorithmAINDANE(ModelImage destImg, ModelImage srcImg, double c1, double c2, double c3)
  • Method Details

    • runAlgorithm

      public void runAlgorithm()
      Description copied from class: AlgorithmBase
      Actually runs the algorithm. Implemented by inheriting algorithms.
      Specified by:
      runAlgorithm in class AlgorithmBase