Class PadShiftKernelFFTMethods<T extends ComplexType<T>,​I extends RandomAccessibleInterval<T>,​O extends RandomAccessibleInterval<T>>

  • 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.'