Skip to content

tatsuya068/python-dicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to handle the dicom image using python

dicom_read.py

This python file is to convert the dicom image to numpy array. In addition, this program normalize the data using MinMaxScalar which is sikit-learn library.

dicom_show.py

This python file is to show the dicom image. Dicom file have some information. If you get the CT value (pixel value), you have to use .pixel_array. Please check the file about the details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages