Skip to main content

This script helps to visualise 3D medical images of type DICOM and NII

Project description

MediVisio

MediVisio is a Python package designed to facilitate the visualization of 3D DICOM and NII (NIfTI) images. With its intuitive interface and extensive functionality, MediVisio allows users to explore, analyze, and interpret medical imaging data in a convenient and interactive manner.

Features

  • 3D Visualization: Display DICOM and NII images in a three-dimensional space, enabling a comprehensive view of medical data from various angles and perspectives.

Installation

You can easily install MediVisio using pip, as shown below:

pip install medivisio


## Getting Started
Please note that MediVisio requires a Python environment with the necessary dependencies, such as NumPy, Matplotlib, and
PyDICOM, Nibabel. 
To get started with MediVisio, you can refer to the provided examples and documentation.

### Usecase 
Data directory path
Patients
    |--PatientID
	|--DICOM
	    |--N 2D Slices
	|--NII
	    |--N 2D Slices or 3D Tensor

'''python
"""src_dir: Patients
img_type: "DICOM" or "NII"
img_label: "DICOM_Labels" or "NII_Labels"
"""
import MediVisio
#Deafault arguments 
#alpha = 0.99, applymask = True 
medivisio = MediVisio(src_dir, img_type, img_label)
'''

Reads and Plots 3D Data. You can scroll slices using your mouse. The first slice shown is the middle slice
'''python
medivisio.read_data()

'''

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

medivisio-0.0.4.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

medivisio-0.0.4-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page