Package | Description |
---|---|
mpicbg.imglib.algorithm.fft | |
mpicbg.spim.postprocessing.deconvolution | |
mpicbg.spim.postprocessing.deconvolution2 |
Modifier and Type | Class and Description |
---|---|
class |
InverseFourierConvolution<T extends RealType<T>,S extends RealType<S>>
Convolve an image with the inverse of a kernel which is division in the Fourier domain.
|
Modifier and Type | Method and Description |
---|---|
FourierConvolution<FloatType,FloatType> |
LucyRichardsonFFT.getFFTConvolution() |
Modifier and Type | Method and Description |
---|---|
protected static void |
LRFFTThreads.convolve1BlockCPU(Block blockStruct,
int i,
Image<FloatType> image,
Image<FloatType> result,
Image<FloatType> block,
FourierConvolution<FloatType,FloatType> fftConvolution1) |
protected static void |
LRFFTThreads.convolve2BlockCPU(Block blockStruct,
Image<FloatType> image,
Image<FloatType> result,
Image<FloatType> block,
FourierConvolution<FloatType,FloatType> fftConvolution2) |
protected static Thread |
LRFFTThreads.getCPUThread1(AtomicInteger ai,
Block[] blocks,
int[] blockSize,
ImageFactory<FloatType> factory,
Image<FloatType> image,
Image<FloatType> result,
FourierConvolution<FloatType,FloatType> fftConvolution1) |
protected static Thread |
LRFFTThreads.getCPUThread2(AtomicInteger ai,
Block[] blocks,
int[] blockSize,
ImageFactory<FloatType> factory,
Image<FloatType> image,
Image<FloatType> result,
FourierConvolution<FloatType,FloatType> fftConvolution2) |
Copyright © 2015–2021 Fiji. All rights reserved.