Skip to content

Code to down sample series of dicom and tif image using Pydicom and rasterio library

Notifications You must be signed in to change notification settings

Yuvi-416/Image-Downsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Image-Downsample

Code to down sample series of dicom and tif image using Pydicom and Rasterio library

Library you needs:

  • Pydicom (to read/write dicom files)
  • Rasterio (to read/write tif files)
  • Tkinter (for GUI)

How to use it?

  • Run the above-provided Python code in any IDE and select the input directory (where your images are) in the first window, the output directory to store the files in the second tab, and the rescale factor in the third window (in what size you want to rescale it).

That's all!

About

Code to down sample series of dicom and tif image using Pydicom and rasterio library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages