Modifier and Type | Method | Description |
---|---|---|
private void |
PNMCodec.save(Gray16Image image) |
Modifier and Type | Method | Description |
---|---|---|
static CoOccurrenceMatrix |
MatrixCreator.createCoOccurrenceMatrix(Gray16Image image) |
Create a co-occurrence matrix for a 16 bit grayscale image.
|
Modifier and Type | Method | Description |
---|---|---|
private void |
PromotionGray16.process(BilevelImage in,
Gray16Image out) |
|
private void |
PromotionGray16.process(Gray8Image in,
Gray16Image out) |
|
private void |
PromotionRGB48.process(Gray16Image in,
RGB48Image out) |
Modifier and Type | Method | Description |
---|---|---|
private void |
AutoDetectColorType.createGray8FromGray16(Gray16Image in) |
|
private boolean |
AutoDetectColorType.isGray16Gray8(Gray16Image in) |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryGray16Image |
An implementation of
Gray16Image that keeps the complete image in memory. |
Modifier and Type | Method | Description |
---|---|---|
static Image |
ImageCreator.convertToAwtImage(Gray16Image image,
int alpha) |
Creates an AWT Image object from a Gray16Image object and an alpha value.
|