- java.lang.Object
-
- org.scijava.ops.image.create.DefaultCreateKernelSobel
-
public final class DefaultCreateKernelSobel extends Object
Creates a separated sobel kernel.- Author:
- Eike Heinz, University of Konstanz
-
-
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(C type, BiFunction<Dimensions,T,Img<T>> createFunc)
-
-
-
Method Detail
-
createKernel
public static <T extends Type<T>,C extends ComplexType<C>> RandomAccessibleInterval<C> createKernel(C type, BiFunction<Dimensions,T,Img<T>> createFunc)
-
-