Converting MRI Scan Data to a 3D Mesh Using Python, OpenCV, and skimage

preview_player
Показать описание
In this video, I demonstrate how to use Python, OpenCV, and skimage to convert MRI scan data to a 3D mesh. I explain the process I used to convert the DICOM-format data from my MRI scan into a 3D matrix of image-like slices, and show how I used the resulting data to generate a 3D mesh of my lower back. This video is a must-see for anyone interested in MRI scans, Python, and 3D modeling.

#MRI #scan #3Dmesh #reconstruction #python #openCV #skimage #dicom #3Dmatrix #slices #spinalcord #nerves #bloodvessels #backmuscles #coding #programming #pythoncode #imageprocessing #3Dmodeling #engineering #innovation #medicalimaging #medicaltechnology #healthcaretech #healthtech #healthtechinnovation
Рекомендации по теме
Комментарии
Автор

I have the code in a Jupyter Notebook. When I get a chance I’ll get it onto Github for anyone that is interested in how it works. The code is rather simple. For those that can’t wait, I used to generate a mesh from a 3d matrix created from my MRI slices. Also made a simple function to write out and OBJ ascii file so I can look at the result in a 3d program.

BryanHoward
Автор

Hi, yes I am certainly interested in the code implementation. Well done. Would you be willing to share it?

GuidoSalimbeni
Автор

Hey Bryan. I recreated the code with the hints you provided, I am very thankful!

juanestebangonzalez
Автор

Hi, we are waiting for the code. Will be if you share it. By the way great job done.

SSArchitecture