Skip to content

sihyeonlee/dcm-img-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCM-IMG-Viewer

About

DCM-IMG-Viewer

  • Basic handling of Dicom Files, using pydicom library.
  • Extract Image from .dcm file and modulate with Window Center(WC) and Window Width(WW).

Environment

  • python3 ( 3.7.9 )
    • pydicom
    • pyside2
    • numpy
    • matplotlib

LOG

  • 2021-02-24 Basic Function Work