Class AlgorithmCannyEdgeDetection

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

    public class AlgorithmCannyEdgeDetection
    extends AlgorithmBase
    • Field Detail

      • highThreshold

        private double highThreshold
      • lowThreshold

        private double lowThreshold
      • sigma

        private float sigma
    • Constructor Detail

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