DicomReader


Introduction to the Project

    DicomReader is a simple Java DICOM files decipher and it has been developed as part of the Volumetric Bias Correction conference paper.
    DicomReader handles headers as well as images contained in the Dicom files; data (headers and pixel-value images) will be saved into ascii plain text files. A pgm version of the image files can also be provided as an option for the user.

GitHub Repository:

GitHub Download:

Project hosted on Sourceforge.net

 

DicomReader 1.3.2-1

Top ^


Some information about DicomReader

  • DicomReader is a simple Java DICOM files decipher and it has been developed as part of the Volumetric Bias Correction paperwork.
  • DicomReader handles headers as well as images contained in the Dicom files; data (headers and pixel-value images) will be saved into ascii plain text files. A pgm version of the image files can also be provided as an option for the user.
  • The graphical user interface, based on Swing components, allows the user to choose the file names where headers and images will be saved to. If a pgm image is also desired, its name is automatically generated from the ascii text image's file name.
  • DicomReader needs a Dicom dictionary in order to work, where it can read Dicom tags from and take the correct action for each of them, accordingly.
  • If multi-sliced Dicom files are provided, results will be saved with the same file basename selected in the user interface and a sequence number will be appended at its end, keeping the original file name extension unchanged (if provided by the user).

Top ^


Resources:

ResearchGate conference paper publication: Link
DOI: https://doi.org/10.1007/978-3-540-71457-6_48
ResearchGate related project: Link