Package org.openpnp.util
Class KernelUtils
- java.lang.Object
-
- org.openpnp.util.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)
-
-
-
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)
-
-