[vtkusers] 3-D plot using a series of 2-D MRIs

Wright James (NHS Greater Glasgow & Clyde) jamie.wright at nhs.net
Mon Jun 30 04:27:22 EDT 2014


Hi Burak,

Are the 2d MRI slices a series of dicom files? If so you could read them into VTK using vtkDICOMImageReader, see http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ReadDICOM, then you could extract the necessary isosurface using vtkContourFilter, e.g. https://github.com/Kitware/VTK/blob/master/Examples/Medical/Cxx/Medical2.cxx

The vtk examples have a series of medical examples that could be useful for what you are trying to achieve

Jamie Wright | Clinical Scientist | Nuclear Medicine | NHSGGC (Southern General and Glasgow Royal Infirmary)
jamie.wright at nhs.net

________________________________
From: vtkusers [vtkusers-bounces at vtk.org] On Behalf Of BURAK UZKENT (RIT Student) [bxu2522 at rit.edu]
Sent: 27 June 2014 23:32
To: vtkusers at vtk.org
Subject: [vtkusers] 3-D plot using a series of 2-D MRIs

Hello everyone,

I have a series of short-axis MRI images of human heart. I want to stack all the 2-D images in a 3-D matrix and display it in C++ in 3-D. Basically, what I am looking for is a function like isosurface and patch in Matlab.  I will deeply appreciate any help.

Kind Regards
-----------------------------------------------------
Burak Uzkent
PhD Student
Graduate Research Assistant
Imaging Science
Rochester Institute of Technology
Web: http://people.rit.edu/bxu2522/

********************************************************************************************************************

This message may contain confidential information. If you are not the intended recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents:
to do so is strictly prohibited and may be unlawful.

Thank you for your co-operation.

NHSmail is the secure email and directory service available for all NHS staff in England and Scotland
NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and GSi recipients
NHSmail provides an email address for your career in the NHS and can be accessed anywhere

********************************************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20140630/0108800d/attachment.html>


More information about the vtkusers mailing list