- java.lang.Object
-
- org.scijava.ops.image.create.DefaultCreateKernelLog
-
public final class DefaultCreateKernelLog extends Object
Laplacian of Gaussian filter ported from fiji.plugin.trackmate.detection.DetectionUtil. Permission granted by Jean-Yves Tinevez to change license from GPL. Creates a laplacian of gaussian (LoG) kernel tuned for blobs with a radius (sigma) and calibrated units (default calibration is 1) . The specified sigma and calibration is used to determine the dimensionality of the kernel and to map it on a pixel grid.- Author:
- Jean-Yves Tinevez, Brian Northan
-
-
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[] sigmas, 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[] sigmas, C type, BiFunction<Dimensions,T,Img<T>> imgFromDimsAndType)
-
-