public class DicomImageDecoderImageIO extends java.lang.Object implements DicomImageDecoder
Constructor and Description |
---|
DicomImageDecoderImageIO() |
Modifier and Type | Method and Description |
---|---|
boolean |
canDecode(DicomHeader header,
DicomPixelData data)
Determines whether the current decoder can interpret and decode the supplied
pixel data
|
DicomPixelBuffer |
decode(DicomHeader header,
DicomPixelData data)
Decodes DICOM pixel data into a usable buffer, based on information
contained in the DICOM header
|
public DicomPixelBuffer decode(DicomHeader header, DicomPixelData data)
DicomImageDecoder
decode
in interface DicomImageDecoder
header
- informs the decoder of the transfer syntax, and any
intensity transformsdata
- raw data extracted from the DICOM slicepublic boolean canDecode(DicomHeader header, DicomPixelData data)
DicomImageDecoder
canDecode
in interface DicomImageDecoder
header
- informs the deocer of the transfer syntax and any intensity
transformsdata
- raw data extracted from the DICOM slice