| Package | Description |
|---|---|
| org.openimaj.image.model.patch | |
| org.openimaj.image.model.pixel | |
| org.openimaj.image.pixel.statistics | |
| org.openimaj.tools.globalfeature.type |
| Modifier and Type | Field and Description |
|---|---|
HistogramModel |
HistogramPatchModel.model
The model histogram; public for speed.
|
| Modifier and Type | Field and Description |
|---|---|
HistogramModel |
HistogramPixelModel.model
The model histogram; public for speed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaskingHistogramModel
A multidimensional histogram calculated from image pixels selected through a mask
(assumes image is in 0-1 range)
|
| Modifier and Type | Method and Description |
|---|---|
HistogramModel |
HistogramModel.clone() |
| Modifier and Type | Field and Description |
|---|---|
HistogramModel |
HistogramExtractor.hm
The histogram model
|