Class AlgorithmSymmetricNearestNeighbor

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

    public class AlgorithmSymmetricNearestNeighbor
    extends AlgorithmBase
    Author:
    ilb Reference: A new class of edge-preserving smoothing filters by David Harwood, Muralidhara Subbarao, Hannu Hakalahti, and Larry S. Davis, Pattern recognition Letters, Vol. 6, 1987, pp. 155-162.
    • Field Detail

      • iterations

        private int iterations
      • entireImage

        private boolean entireImage
      • mask

        private java.util.BitSet mask
        contains VOI.
      • doMedian

        private boolean doMedian
      • windowSize

        private int windowSize
    • Constructor Detail

      • AlgorithmSymmetricNearestNeighbor

        public AlgorithmSymmetricNearestNeighbor​(ModelImage destImg,
                                                 ModelImage srcImg,
                                                 boolean doMedian,
                                                 int windowSize,
                                                 int iters,
                                                 boolean entireImage)