Package | Description |
---|---|
org.dcm4che3.image |
This package is part of the Maven module dcm4che-image.
|
Modifier and Type | Field and Description |
---|---|
private ColorSubsampling |
SampledComponentSampleModel.subsampling |
private ColorSubsampling |
SampledComponentColorModel.subsampling |
Modifier and Type | Method and Description |
---|---|
static ColorSubsampling |
ColorSubsampling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSubsampling[] |
ColorSubsampling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ColorModel |
ColorModelFactory.createYBRColorModel(int bits,
int dataType,
Attributes ds,
YBR ybr,
ColorSubsampling subsampling) |
Constructor and Description |
---|
SampledComponentColorModel(ColorSpace cspace,
ColorSubsampling subsampling) |
SampledComponentSampleModel(int w,
int h,
ColorSubsampling subsampling) |
Copyright © 2017 dcm4che.org. All rights reserved.