Class KernelUtils


  • public class KernelUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KernelUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] applyKernel​(int channels, int size, double[] crossSection, double[] kernel)  
      static double[] applyKernel​(int channels, int size, double[] crossSection, double[] kernel, double[] crossSectionFiltered)  
      static double[] getGaussianKernel​(double sigma, double mu, int kernelSize)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KernelUtils

        public KernelUtils()
    • Method Detail

      • getGaussianKernel

        public static double[] getGaussianKernel​(double sigma,
                                                 double mu,
                                                 int kernelSize)
      • applyKernel

        public static double[] applyKernel​(int channels,
                                           int size,
                                           double[] crossSection,
                                           double[] kernel)
      • applyKernel

        public static double[] applyKernel​(int channels,
                                           int size,
                                           double[] crossSection,
                                           double[] kernel,
                                           double[] crossSectionFiltered)