public class LucyRichardsonFFT extends Object
Constructor and Description |
---|
LucyRichardsonFFT(Image<FloatType> image,
Image<FloatType> weight,
Image<FloatType> kernel,
int cpusPerView) |
Modifier and Type | Method and Description |
---|---|
FourierConvolution<FloatType,FloatType> |
getFFTConvolution() |
Image<FloatType> |
getImage() |
Image<FloatType> |
getKernel() |
Image<FloatType> |
getViewContribution() |
Image<FloatType> |
getWeight() |
void |
setViewContribution(Image<FloatType> viewContribution) |
public FourierConvolution<FloatType,FloatType> getFFTConvolution()
Copyright © 2015–2021 Fiji. All rights reserved.