- java.lang.Object
-
- org.scijava.ops.image.create.DefaultCreateKernelGauss
-
public final class DefaultCreateKernelGauss extends Object
Creates a Gaussian Kernel- Author:
- Christian Dietz (University of Konstanz), Martin Horn (University of Konstanz), Michael Zinsmaier (University of Konstanz), Stephan Sellien (University of Konstanz), Brian Northan, Gabriel Selzer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Type<T>,C extends ComplexType<C>>
RandomAccessibleInterval<C>createKernel(double[] input, C type, BiFunction<Dimensions,T,Img<T>> imgFromDimsAndType)
-
-
-
Method Detail
-
createKernel
public static <T extends Type<T>,C extends ComplexType<C>> RandomAccessibleInterval<C> createKernel(double[] input, C type, BiFunction<Dimensions,T,Img<T>> imgFromDimsAndType)
-
-