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