Class AlgorithmAdaptiveKuwaharaFilter

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

    public class AlgorithmAdaptiveKuwaharaFilter
    extends AlgorithmBase
    This algorithm is created from the description provided in the article: "Adaptive Kuwahara Filter" by Krzysztof Bartyzel, Published online July 6, 2015. This article is published with open access at Springerlink.com. This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecomm ons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
    • Constructor Detail

      • AlgorithmAdaptiveKuwaharaFilter

        public AlgorithmAdaptiveKuwaharaFilter()
      • AlgorithmAdaptiveKuwaharaFilter

        public AlgorithmAdaptiveKuwaharaFilter​(ModelImage destImg,
                                               ModelImage srcImg)
    • Method Detail

      • runAlgorithm

        public void runAlgorithm()
        Description copied from class: AlgorithmBase
        Actually runs the algorithm. Implemented by inheriting algorithms.
        Specified by:
        runAlgorithm in class AlgorithmBase