I - O - K - C - public class FFTMethodsLinearFFTFilterC<I extends RealType<I>,O extends RealType<O>,K extends RealType<K>,C extends ComplexType<C>> extends AbstractFFTFilterC<I,O,K,C> implements Ops.Filter.LinearFilter
SpecialOp.FlavorNAME| Constructor and Description |
|---|
FFTMethodsLinearFFTFilterC() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<I> in,
RandomAccessibleInterval<K> kernel,
RandomAccessibleInterval<O> out)
Perform convolution by multiplying the FFTs in the frequency domain
|
void |
initialize()
Initializes the object.
|
getCreateOp, getFFTInput, getFFTKernel, getPerformInputFFT, getPerformKernelFFT, setFFTInput, setFFTKernelin1, in2, out, setInput1, setInput2, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runin, setInputcompute, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic void compute(RandomAccessibleInterval<I> in, RandomAccessibleInterval<K> kernel, RandomAccessibleInterval<O> out)
compute in interface BinaryComputerOp<RandomAccessibleInterval<I extends RealType<I>>,RandomAccessibleInterval<K extends RealType<K>>,RandomAccessibleInterval<O extends RealType<O>>>in - first argument to the computation, which
must be non-nullkernel - second argument to the computation, which
must be non-nullout - object where the computation's result will be stored, which
must be non-null and a different object than
input1 and input2Copyright © 2014–2022 ImageJ. All rights reserved.