Class AlgorithmAGCIE

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

    public class AlgorithmAGCIE
    extends AlgorithmBase
    • Constructor Detail

      • AlgorithmAGCIE

        public AlgorithmAGCIE()
        Reference: An Adaptive Gamma Correction for Image Enhancement by Shanto Rahman, Md Mostafijur Rahman, M. Abdullah-Al-Wadud, Golam Dastegir Al-Quaderi, and Mohammad Shoyaib, EURASIP Journal on Image and Video Processing, (2016) 2016:35 DOI 10.1186/s13640-016-0138-1.
    • 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
      • log2

        private double log2​(double input)