public abstract class AbstractPixelStatisticsModel extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
ndims |
Constructor and Description |
---|
AbstractPixelStatisticsModel(int ndims)
Construct the model with the given number of dimensions
|
Modifier and Type | Method and Description |
---|---|
void |
estimateModel(FImage... images)
Estimate the model parameters from the given image(s).
|
abstract void |
estimateModel(MBFImage... images)
Estimate the model parameters from the given image(s).
|
protected int ndims
public AbstractPixelStatisticsModel(int ndims)
ndims
- number of dimensionspublic abstract void estimateModel(MBFImage... images)
images
- list of imagespublic void estimateModel(FImage... images)
images
- images list of imagesestimateModel(MBFImage[])