Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.29 KB

DICOM File Reader

A JAVA program that is able to read DICOM files, process the images, and also read the metadata present in it.

License

License: MIT

A brief About the Project

What is DICOM?

DICOM stands for Digital Imaging and Communications in Medicine.
A DICOM File contains an image from a medical scan, such as an ultrasound or MRI. It was designed to exchange and view medical images, such as CT scans, MRIs, and ultrasound images.


Aim of the Project:

With this Project, we wish to read and process the image present in the file, and also at the same time, read all the valuable information that is present in the file in the form of metadata.


Libraries Used

The Library used in this project is PixelMed Library.

You can download the pixelmed.jar file from here.


Demo of the Project

DICOM_GIF Youtube demo Link


Feedback

If you have any feedback, please reach out to me at [email protected], or raise an issue.