3D MRI (Magnetic Resonance Imaging) scans are being used in domains of Data Science and Artificial Intelligence in Medicine. MRI Scans are the material to implement Computer Vision (CV), Deep Learning (DL), and Machine Learning solutions for detecting tumors (with Object Detection). Data science in medicine is a new AI trend on current times, so visualise this kind of data becomes more and more important.
In this video tutorial I introduce how to interactively visualize MRI Scans data in Python Jupyter Notebook very easy.

Neuroimaging or brain imaging is the use of various techniques to either directly or indirectly image the structure, function, or pharmacology of the nervous system. It is a relatively new discipline within medicine, neuroscience, and psychology.

In this tutorial we will use: numpy, matplotlib and seaborn as well as some specific ones for reading (nibabel) and visualizing (itk, itkwidgets, ipywidgets) the 3D MRI data.

Before going into tutorial, install required Python modules in your environment:

Data source used in video: Medical Segmentation Decathlon (https://decathlon-10.grand-challenge.org)

Content of the video:
0:00 - Intro
1:09 - Modules and Packages
2:51 - Data
2:54 - 3D MRI Image data
4:30 - 3D MRI Image data as Numpy array
3:52 - Visualize the data
7:01 - Exploration
7:05 - Single 3D MRI Sample
8:31 - 3D MRI Data Labels
10:45 - Visualize Labels
12:27 - Interactive 3D MRI Visuals

Python code (Jupyter Notebook) on Github: https://github.com/vb100/Visualize-3D-MRI-Scans-Brain-case.

#aimedicine
#brainscans
#pythonvisualization

#python

Neuroimaging: Visualize 3D MRI Brain Scans with Python
1.90 GEEK