Module org.scijava.ops.image
Package org.scijava.ops.image.filter.fft
Class CreateOutputFFTMethods<T>
- java.lang.Object
-
- org.scijava.ops.image.filter.fft.CreateOutputFFTMethods<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
Functions.Arity3<Dimensions,T,Boolean,Img<T>>
public class CreateOutputFFTMethods<T> extends Object implements Functions.Arity3<Dimensions,T,Boolean,Img<T>>
Function that creates an output for FFTMethods FFT- Author:
- Brian Northan
- Implementation Note:
- op names='filter.createFFTOutput'
-
-
Constructor Summary
Constructors Constructor Description CreateOutputFFTMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Img<T>apply(Dimensions paddedDimensions, T outType, Boolean fast)TODO-
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.Arity3
andThen
-
-
-
-
Method Detail
-
apply
public Img<T> apply(Dimensions paddedDimensions, T outType, Boolean fast)
TODO- Specified by:
applyin interfaceFunctions.Arity3<Dimensions,T,Boolean,Img<T>>- Parameters:
paddedDimensions- the size of the output imageoutType- the type of the output imagefast-- Returns:
- the output
-
-