|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.value.PhotometricInterpretation
public class PhotometricInterpretation
The value of Photometric Interpretation (0028,0004) specifies the intended interpretation of the image pixel data.
See PS 3.5 for restrictions imposed by compressed Transfer Syntaxes.
The following values are defined. Other values are permitted but the meaning is not defined by this Standard.
Field Summary | |
---|---|
static java.lang.String |
MONOCHROME1
Pixel data represent a single monochrome image plane. |
static java.lang.String |
MONOCHROME2
Pixel data represent a single monochrome image plane. |
static java.lang.String |
PALETTE_COLOR
Pixel data describe a color image with a single sample per pixel (single image plane). |
static java.lang.String |
YBR_FULL
Pixel data represent a color image described by one luminance (Y) and two chrominance planes (CB and CR). |
static java.lang.String |
YBR_FULL_422
The same as YBR_FULL except that the CB and CR values are sampled horizontally at half the Y rate and as a result there are half as many CB and CR values as Y values. |
static java.lang.String |
YBR_ICT
Pixel data represent a color image described by one luminance (Y) and two chrominance planes (CB and CR). |
static java.lang.String |
YBR_PARTIAL_420
The same as YBR_PARTIAL_422 except that the CB and CR values are sampled horizontally and vertically at half the Y rate and as a result there are four times less CB and CR values than Y values, versus twice less for YBR_PARTIAL_422. |
static java.lang.String |
YBR_PARTIAL_422
The same as YBR_FULL_422 except that: black corresponds to Y = 16; Y is restricted to 220 levels (i.e. |
static java.lang.String |
YBR_RCT
Pixel data represent a color image described by one luminance (Y) and two chrominance planes (CB and CR). |
Constructor Summary | |
---|---|
PhotometricInterpretation()
|
Method Summary | |
---|---|
static boolean |
isValid(java.lang.String ss)
The following values are defined. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String MONOCHROME1
public static java.lang.String MONOCHROME2
public static java.lang.String PALETTE_COLOR
public static java.lang.String YBR_FULL
public static java.lang.String YBR_FULL_422
public static java.lang.String YBR_PARTIAL_422
public static java.lang.String YBR_PARTIAL_420
public static java.lang.String YBR_ICT
public static java.lang.String YBR_RCT
Constructor Detail |
---|
public PhotometricInterpretation()
Method Detail |
---|
public static boolean isValid(java.lang.String ss)
ss
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |