Class AlgorithmAINDANE

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListener

    public class AlgorithmAINDANE
    extends AlgorithmBase
    • Field Detail

      • 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 Detail

      • AlgorithmAINDANE

        public AlgorithmAINDANE()
      • AlgorithmAINDANE

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

      • runAlgorithm

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