Class AlgorithmCannyEdgeDetection

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

public class AlgorithmCannyEdgeDetection extends AlgorithmBase
  • Field Details

    • highThreshold

      private double highThreshold
    • lowThreshold

      private double lowThreshold
    • sigma

      private float sigma
  • Constructor Details

    • AlgorithmCannyEdgeDetection

      public AlgorithmCannyEdgeDetection()
      AlgorithmCannyEdgeDetection - default constructor.
    • AlgorithmCannyEdgeDetection

      public AlgorithmCannyEdgeDetection(ModelImage destImg, ModelImage srcImg, double highThreshold, double lowThreshold, float sigma)
      AlgorithmCannyEdgeDetection.
      Parameters:
      destImg - DOCUMENT ME!
      srcImg - DOCUMENT ME!
      highThreshold -
      lowThreshold -
      sigma -
  • Method Details