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

BURAK UZKENT (RIT Student) bxu2522 at rit.edu
Mon Jun 30 11:33:06 EDT 2014


Hi,

No. They are not DICOM files. They are all .tif files. Is there any
solution to follow in this case? I checked the examples page but could not
find a very related one.

Burak

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


On Mon, Jun 30, 2014 at 4:27 AM, Wright James (NHS Greater Glasgow & Clyde)
<jamie.wright at nhs.net> wrote:

>  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/ <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/4825ea08/attachment.html>


More information about the vtkusers mailing list