Module org.scijava.ops.image
Class IFFTMethodsOpI<C extends ComplexType<C>>
- java.lang.Object
-
- org.scijava.ops.image.filter.ifft.IFFTMethodsOpI<C>
-
- All Implemented Interfaces:
Consumer<RandomAccessibleInterval<C>>,Inplaces.Arity1<RandomAccessibleInterval<C>>
public class IFFTMethodsOpI<C extends ComplexType<C>> extends Object implements Inplaces.Arity1<RandomAccessibleInterval<C>>
Inverse FFT inplace operator -- complex to complex only, output size must conform to supported FFT size. UseComputeFFTSizeto calculate the supported FFT size.- Author:
- Brian Northan
- Implementation Note:
- op names='filter.ifft'
-
-
Constructor Summary
Constructors Constructor Description IFFTMethodsOpI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconforms(RandomAccessibleInterval inout)Make sure that the input size conforms to a supported FFT size.voidmutate(RandomAccessibleInterval<C> inout)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.Inplaces.Arity1
accept
-
-
-
-
Method Detail
-
mutate
public void mutate(RandomAccessibleInterval<C> inout)
TODO- Specified by:
mutatein interfaceInplaces.Arity1<C extends ComplexType<C>>- Parameters:
inout-
-
conforms
public boolean conforms(RandomAccessibleInterval inout)
Make sure that the input size conforms to a supported FFT size.
-
-