I - O - K - C - public class PadAndConvolveFFT<I extends RealType<I> & NativeType<I>,O extends RealType<O> & NativeType<O>,K extends RealType<K> & NativeType<K>,C extends ComplexType<C> & NativeType<C>> extends AbstractPadAndFFTFilter<I,O,K,C> implements Ops.Filter.Convolve, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
PadAndConvolveFFT() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
BinaryComputerOp<RandomAccessibleInterval<I>,RandomAccessibleInterval<K>,RandomAccessibleInterval<O>> |
createFilterComputer(RandomAccessibleInterval<I> paddedInput,
RandomAccessibleInterval<K> paddedKernel,
RandomAccessibleInterval<C> fftImg,
RandomAccessibleInterval<C> fftKernel,
RandomAccessibleInterval<O> output)
create a convolve filter computer
|
void |
initialize()
Initializes the object.
|
compute, createOutput, getBorderSize, getOBFInput, getOBFKernel, getOutType, setOBFInput, setOBFKernelin1, 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 Initializableinitialize in class AbstractPadAndFFTFilter<I extends RealType<I> & NativeType<I>,O extends RealType<O> & NativeType<O>,K extends RealType<K> & NativeType<K>,C extends ComplexType<C> & NativeType<C>>public BinaryComputerOp<RandomAccessibleInterval<I>,RandomAccessibleInterval<K>,RandomAccessibleInterval<O>> createFilterComputer(RandomAccessibleInterval<I> paddedInput, RandomAccessibleInterval<K> paddedKernel, RandomAccessibleInterval<C> fftImg, RandomAccessibleInterval<C> fftKernel, RandomAccessibleInterval<O> output)
createFilterComputer in class AbstractPadAndFFTFilter<I extends RealType<I> & NativeType<I>,O extends RealType<O> & NativeType<O>,K extends RealType<K> & NativeType<K>,C extends ComplexType<C> & NativeType<C>>public boolean conforms()
Contingentconforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.