| Package | Description |
|---|---|
| net.sourceforge.jiu.color.analysis |
Contains classes that analyze pixel or sample values and thus determine
certain image properties.
|
| Modifier and Type | Method and Description |
|---|---|
static TextureAnalysis |
TextureAnalysis.compute(CoOccurrenceMatrix matrix)
Create a TextureAnalysis operation with the results computed from a
given matrix.
|
static TextureAnalysis |
TextureAnalysis.compute(IntegerImage image,
int channelIndex)
For one channel of the argument image,
create a TextureAnalysis operation with all attributes
|