Class AlgorithmRegionMergingViaBoundaryMelting

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

public class AlgorithmRegionMergingViaBoundaryMelting extends AlgorithmBase
Author:
ilb Reference: 1.) Image Processing, Analysis, and Machine Vision 4th edition International Edition by Milan Sonka, Vaclav Hlavac, and Roger Boyle, Section 6.3.1 Region merging, pp. 221-224.
  • Field Details

    • t1

      private double t1
    • t2

      private double t2
    • t3

      private double t3
  • Constructor Details

    • AlgorithmRegionMergingViaBoundaryMelting

      public AlgorithmRegionMergingViaBoundaryMelting(ModelImage destImg, ModelImage srcImg, double t1, double t2, double t3)
      Creates a new AlgorithmRegionMergingViaBoundaryMelting object.
      Parameters:
      destImg -
      srcImg - source image model
      t1 -
      t2 -
      t3 -
  • 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