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