All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static ArrayImg<FloatType,?> |
computeExponentialKernel(ArrayImg<FloatType,?> kernel,
int numViews) |
static ArrayImg<FloatType,?> |
computeInvertedKernel(ArrayImg<FloatType,?> kernel) |
void |
convolve1(Img<FloatType> image,
Img<FloatType> result)
convolves the image with kernel1
|
void |
convolve2(Img<FloatType> image,
Img<FloatType> result)
convolves the image with kernel2 (inverted kernel1)
|
int |
getCurrentIteration() |
RandomAccessibleInterval<FloatType> |
getImage() |
ArrayImg<FloatType,?> |
getKernel1() |
ArrayImg<FloatType,?> |
getKernel2() |
RandomAccessibleInterval<FloatType> |
getWeight() |
protected void |
init(MVDeconFFT.PSFTYPE iterationType,
ArrayList<MVDeconFFT> views)
This method is called once all views are added to the LRInput
|
void |
setCurrentIteration(int i) |
void |
setImage(Img<FloatType> image) |
void |
setKernel(ArrayImg<FloatType,?> kernel) |
protected void |
setNumViews(int numViews) |
void |
setWeight(Img<FloatType> weight) |