Skip to content

A script which takes a 3D numpy array and visualize in axial, sagittal and coronal view. This project is using Mayavi

Notifications You must be signed in to change notification settings

esmitt/DICOMSliceViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DICOM Slicer Viewer

image

This code visualizes the axial, sagittal and coronal planes using Mayavi of DICOM data. The code used the Volume slicer example as part of the documentation of Mayavi. Basically, the volume is read from a DICOMDIR file. It is necessary the installation as

pip install mayavi

and that's it.

At beginning of the script, there is a path in my local machine for the DICOMDIR (the filepath variable). This code considers only the 1st series & 1st study (just for testing purposes), the ideal is select the serie/study that you want.

The colormap is not working properly

If you want to contribute to this project and make it better, your help is very welcome.

About

A script which takes a 3D numpy array and visualize in axial, sagittal and coronal view. This project is using Mayavi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages