Package | Description |
---|---|
org.dcm4che3.image |
This package is part of the Maven module dcm4che-image.
|
Modifier and Type | Class and Description |
---|---|
static class |
StoredValue.Signed |
static class |
StoredValue.Unsigned |
Modifier and Type | Field and Description |
---|---|
protected StoredValue |
LookupTable.inBits |
private StoredValue |
LookupTableFactory.storedValue |
Modifier and Type | Method and Description |
---|---|
static StoredValue |
StoredValue.valueOf(Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
private int[] |
LookupTableFactory.calcMinMax(StoredValue storedValue,
ComponentSampleModel sm,
byte[] data) |
private int[] |
LookupTableFactory.calcMinMax(StoredValue storedValue,
ComponentSampleModel sm,
short[] data) |
private LookupTable |
LookupTableFactory.createLUT(StoredValue inBits,
Attributes attrs) |
private LookupTable |
LookupTableFactory.createLUT(StoredValue inBits,
int[] desc,
byte[] data,
boolean bigEndian) |
Constructor and Description |
---|
ByteLookupTable(StoredValue inBits,
int outBits,
int offset,
byte[] lut) |
ByteLookupTable(StoredValue inBits,
int outBits,
int offset,
int size,
boolean flip) |
LookupTable(StoredValue inBits,
int outBits,
int offset) |
LookupTableFactory(StoredValue storedValue) |
ShortLookupTable(StoredValue inBits,
int outBits,
int offset,
int size,
boolean flip) |
ShortLookupTable(StoredValue inBits,
int outBits,
int offset,
short[] lut) |
Copyright © 2017 dcm4che.org. All rights reserved.