Class AlgorithmConvergenceField

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

    public class AlgorithmConvergenceField
    extends AlgorithmBase
    • Constructor Detail

      • AlgorithmConvergenceField

        public AlgorithmConvergenceField​(ModelImage destImg,
                                         ModelImage srcImg)
        Parameters:
        destImg -
        srcImg -
    • 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