Class AlgorithmSCDSegmentation

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

    public class AlgorithmSCDSegmentation
    extends AlgorithmBase
    Author:
    William Gandler This program is an implementation of the algorithm described in "Color image segmentation of subset connectedness and color homogeneity properties" by Ludovic Macaire, Nicolas Vandenbroucke, and Jack-Gerard Postaire, Computer Vision and Image Understanding, Vol. 102, 2006, pp. 105-116. This algorithm segments 2D color images into a user specified number of classes.
    • Field Detail

      • initialSideLength

        private int initialSideLength
      • numClasses

        private int numClasses
    • Constructor Detail

      • AlgorithmSCDSegmentation

        public AlgorithmSCDSegmentation​(ModelImage destImg,
                                        ModelImage srcImg,
                                        int initialSideLength,
                                        int numClasses)
    • Method Detail

      • finalize

        public void finalize()
        Prepares this class for destruction.
        Overrides:
        finalize in class AlgorithmBase