Module org.scijava.ops.image
Package org.scijava.ops.image.filter.pad
Class PadShiftKernelFFTMethods<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
- java.lang.Object
-
- org.scijava.ops.image.filter.pad.PadShiftKernel<T,I,O>
-
- org.scijava.ops.image.filter.pad.PadShiftKernelFFTMethods<T,I,O>
-
- Type Parameters:
T-I-O-
- All Implemented Interfaces:
BiFunction<I,Dimensions,O>
public class PadShiftKernelFFTMethods<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> extends PadShiftKernel<T,I,O>
Op used to pad a kernel to a size that is compatible with FFTMethods and shift the center of the kernel to the origin- Author:
- Brian Northan
- Implementation Note:
- op names='filter.padShiftKernelFFTMethods', priority='100.'
-
-
Constructor Summary
Constructors Constructor Description PadShiftKernelFFTMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<Dimensions,long[][]>getFFTSizeOp()-
Methods inherited from class org.scijava.ops.image.filter.pad.PadShiftKernel
apply
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
getFFTSizeOp
protected Function<Dimensions,long[][]> getFFTSizeOp()
- Overrides:
getFFTSizeOpin classPadShiftKernel<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
-
-