public class MVDeconInput extends Object
| Modifier and Type | Field and Description |
|---|---|
static float |
minValue |
| Constructor and Description |
|---|
MVDeconInput(ImgFactory<FloatType> imgFactory)
the imgfactory used for PSI, the temporary images and inputs
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(MVDeconFFT view) |
int |
getNumViews()
The number of views for this deconvolution
|
ArrayList<MVDeconFFT> |
getViews() |
ImgFactory<FloatType> |
imgFactory() |
MVDeconInput |
init(MVDeconFFT.PSFTYPE iterationType)
init all views
|
public static final float minValue
public MVDeconInput(ImgFactory<FloatType> imgFactory)
imgFactory - public ImgFactory<FloatType> imgFactory()
public void add(MVDeconFFT view)
public MVDeconInput init(MVDeconFFT.PSFTYPE iterationType) throws IncompatibleTypeException
IncompatibleTypeExceptionpublic ArrayList<MVDeconFFT> getViews()
public int getNumViews()
Copyright © 2015–2021 Fiji. All rights reserved.