public class MaskingHistogramModel extends HistogramModel
histogramndims| Constructor and Description |
|---|
MaskingHistogramModel(FImage mask,
int... nbins)
Construct with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
accum(MBFImage im) |
clone, colourAverage, colourRange, estimateModel, getFeatureVector, reset, toStringestimateModelpublic MaskingHistogramModel(FImage mask, int... nbins)
mask - the mask imagenbins - the number of bins in each dimension for the histogramsprotected void accum(MBFImage im)
accum in class HistogramModel