FFT
instead@Deprecated public class InverseFourierConvolution<T extends RealType<T>,S extends RealType<S>> extends FourierConvolution<T,S>
Constructor and Description |
---|
InverseFourierConvolution(Img<T> image,
Img<S> kernel)
Deprecated.
|
InverseFourierConvolution(Img<T> image,
Img<S> kernel,
ImgFactory<ComplexFloatType> fftImgFactory)
Deprecated.
|
InverseFourierConvolution(RandomAccessibleInterval<T> image,
RandomAccessibleInterval<S> kernel,
ImgFactory<T> imgFactory,
ImgFactory<S> kernelImgFactory,
ImgFactory<ComplexFloatType> fftImgFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
multiply(RandomAccessibleInterval<ComplexFloatType> a,
RandomAccessibleInterval<ComplexFloatType> b)
Deprecated.
Divide in Fourier Space
|
checkInput, convolve, convolve, createGaussianKernel, createGaussianKernel, fftImgFactory, getErrorMessage, getKeepImgFFT, getNumThreads, getProcessingTime, getResult, imgFactory, process, replaceInput, replaceKernel, setKeepImgFFT, setNumThreads, setNumThreads
public InverseFourierConvolution(RandomAccessibleInterval<T> image, RandomAccessibleInterval<S> kernel, ImgFactory<T> imgFactory, ImgFactory<S> kernelImgFactory, ImgFactory<ComplexFloatType> fftImgFactory)
public InverseFourierConvolution(Img<T> image, Img<S> kernel, ImgFactory<ComplexFloatType> fftImgFactory)
public InverseFourierConvolution(Img<T> image, Img<S> kernel) throws IncompatibleTypeException
IncompatibleTypeException
protected void multiply(RandomAccessibleInterval<ComplexFloatType> a, RandomAccessibleInterval<ComplexFloatType> b)
Copyright © 2015–2022 ImgLib2. All rights reserved.