Class PhasePreservingDenoising

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

    public class PhasePreservingDenoising
    extends AlgorithmBase
    • Field Detail

      • nscale

        private int nscale
        Phase preserving wavelet image denoising MIT License Copyright (c) 2018 Peter Kovesi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Documentation [The main documentation page](https://peterkovesi.github.io/ImagePhaseCongruency.jl/dev/index.html) [Examples](https://peterkovesi.github.io/ImagePhaseCongruency.jl/dev/examples/) [Function reference](https://peterkovesi.github.io/ImagePhaseCongruency.jl/dev/functions/) "Phase Preserving Denoising of Images" by Peter Kovesi The Australia Pattern Recognition Society Conference: DICTA'99. December, 1999. Perth WA, pp.212-217. http://www.peterkovesi.com/papers/denoise.pdf
      • norient

        private int norient
      • mult

        private double mult
      • minwavelength

        private double minwavelength
      • sigmaonf

        private double sigmaonf
      • dthetaonsigma

        private double dthetaonsigma
      • k

        private double k
      • softness

        private double softness
      • useProgressBar

        private boolean useProgressBar
    • Constructor Detail

      • PhasePreservingDenoising

        public PhasePreservingDenoising()
      • PhasePreservingDenoising

        public PhasePreservingDenoising​(ModelImage srcImg,
                                        int nscale,
                                        int norient,
                                        double mult,
                                        double minwavelength,
                                        double sigmaonf,
                                        double dthetaonsigma,
                                        double k,
                                        double softness,
                                        boolean useProgressBar)
      • PhasePreservingDenoising

        public PhasePreservingDenoising​(ModelImage destImg,
                                        ModelImage srcImg,
                                        int nscale,
                                        int norient,
                                        double mult,
                                        double minwavelength,
                                        double sigmaonf,
                                        double dthetaonsigma,
                                        double k,
                                        double softness,
                                        boolean useProgressBar)
    • Method Detail

      • loggabor

        private double loggabor​(double f,
                                double fo,
                                double sigmaOnf)
      • gaussianangularfilter

        private double[][] gaussianangularfilter​(double angl,
                                                 double thetaSigma,
                                                 double[][] sintheta,
                                                 double[][] costheta)
      • ifftshift

        private double[][] ifftshift​(double[][] in)