Module org.scijava.ops.image
Package org.scijava.ops.image.filter.pad
Class PadShiftKernel<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>
-
- Type Parameters:
T-I-O-
- All Implemented Interfaces:
BiFunction<I,Dimensions,O>
- Direct Known Subclasses:
DefaultPadShiftKernelFFT,PadShiftKernelFFTMethods
public class PadShiftKernel<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> extends Object implements BiFunction<I,Dimensions,O>
Op used to pad a kernel and shift the center of the kernel to the origin- Author:
- Brian Northan
- Implementation Note:
- op names='filter.padShiftKernel'
-
-
Constructor Summary
Constructors Constructor Description PadShiftKernel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Oapply(I kernel, Dimensions paddedDimensions)TODOprotected Function<Dimensions,long[][]>getFFTSizeOp()-
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
-
apply
public O apply(I kernel, Dimensions paddedDimensions)
TODO- Specified by:
applyin interfaceBiFunction<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>- Parameters:
kernel-paddedDimensions-- Returns:
- the output
-
getFFTSizeOp
protected Function<Dimensions,long[][]> getFFTSizeOp()
-
-