ashahrior / Medical-Data-Visualization-3D

This is a medical data visualization program. This takes in some medical DICOM, MRI, CT data and produces 3D model. There are also other tools included such as image scroller, image segmentation, brain 3d model, bone 3d model visualizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medical-Data-Visualization-3D

A medical data visualization program.

    Specifications
  • INPUT- DICOM, MRI, CT
  • OUTPUT- 3D rendered model
  • Scroll through 3D data
  • Image Segmentation

Guideline

  • Download the "src" folder.
  • Build 'src' with CMake. A "bin" folder will be created.
  • Inside the 'bin' folder there will be a '.sln' solution file
  • Open solution file as admin
  • Build the solution file
  • Inside the /bin/debug folder an executable .exe file will be generated

Technologies Used

  • C++
  • ITK
  • VTK
  • CMake
  • Visual Studio

Screenshots

image image image image

About

This is a medical data visualization program. This takes in some medical DICOM, MRI, CT data and produces 3D model. There are also other tools included such as image scroller, image segmentation, brain 3d model, bone 3d model visualizer.


Languages

Language:C++ 99.2%Language:CMake 0.8%