public class MaskingHistogramModel extends HistogramModel
histogram
ndims
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, toString
estimateModel
public 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