uk.ac.essex.ia.media.jai.codec
Class DicomDecoder

java.lang.Object
  extended by uk.ac.essex.ia.media.jai.codec.DicomDecoder

public class DicomDecoder
extends java.lang.Object

An DICOM image reader that wraps the uk.ac.essex.common.image.DicomImage class. This reader accepts the file name for a DICOM image file as input, and send this file name to the constructor of the uk.ac.essex.common.image.DicomImage object. Also, a convenient method getDicomImage is provided in this class to get the memory image.


Constructor Summary
DicomDecoder(java.lang.String fileName)
          Constructor.
 
Method Summary
 DicomImage getDicomImage()
          Return a uk.ac.essex.common.image.DicomImage object decoded from the provided DICOM image file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DicomDecoder

public DicomDecoder(java.lang.String fileName)
Constructor. Create the uk.ac.essex.ia.media.jai.codec.DicomDecoder object.

Method Detail

getDicomImage

public DicomImage getDicomImage()
Return a uk.ac.essex.common.image.DicomImage object decoded from the provided DICOM image file.