<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><BR>Thank you for your answer.<BR>
&nbsp;<BR>
The vtkDicomImageReader actually works, but I have some LINK error while instantiating vtkVolumeRayCastMapper.<BR>
&nbsp;<BR>
( vtkVolumeRayCastMapper *mapper = vtkVolumeRayCastMapper::New() )<BR>
&nbsp;<BR>
Anyway, is the vtkDicomImageReader build a 3D mesh using the 2D dicom serie, or just generate a data set ?<BR>
&nbsp;<BR>
In this last case, how can I display it in my igstk::View3D ? I suppose I have to build a mesh with it ?<BR>
&nbsp;<BR>
I guess there is a VTK class which takes a volume VTK data set and build a mesh with it, but I don't know which class :S.<BR>
&nbsp;<BR>
Anyway, thanks for your answer, and I'm all ears if anyone knows how to generate a 3D object from my 2D Dicom series for displaying in a igstk::View3D<BR><BR><BR><BR>
<BLOCKQUOTE>
<HR id=EC_stopSpelling>
From: w_e_b_m_a_s_t_e_r_6_9@hotmail.com<BR>To: cocorim@hotmail.fr<BR>CC: vtkusers@vtk.org<BR>Subject: RE: [vtkusers] 3d reconstruction<BR>Date: Thu, 22 May 2008 00:44:50 +1000<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>

<DIV style="TEXT-ALIGN: left">You can actually read in a DICOM file as a 3D object just using VTK.<BR><BR>vtkDICOMImageReader *dicomReader = vtkDICOMImageReader::New();<BR>&nbsp; dicomReader-&gt;SetDirectoryName( "C:\\dicomfolder\\");<BR><BR>Have a look at Ray Cast Mapping as well (vtkVolumeRayCastMapper). I'm not sure if there is a better way though. With this approach, the image has to reduce its image quality (goes a bit blurry) while you move the camera. Then once you are finished moving around it will return to its original quality.<BR><BR>Alternatively you can read it in using ITK, and then convert it back to VTK. I haven't tried this, so maybe someone can let you know the best way to do it.<BR><BR>Regards,<BR>Cameron.<BR></DIV><BR>
<DIV></DIV><BR><BR>
<BLOCKQUOTE>
<HR id=EC_EC_stopSpelling>
From: cocorim@hotmail.fr<BR>To: vtkusers@vtk.org<BR>Date: Wed, 21 May 2008 13:48:12 +0200<BR>Subject: [vtkusers] 3d reconstruction<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
Hi all !<BR>&nbsp;<BR>Maybe the problem has already been exposed, and I'm sorry if it was.<BR>&nbsp;<BR>I've managed to made a basic DICOM Viewer. It has 4 views ; 3 views to axial, coronal ans sagittal orientation, and a tridimentionnal view for 3d reconstruction.<BR>&nbsp;<BR>I'm using igstk::View2D and igstk::View3D.<BR>&nbsp;<BR>I instantiate a CTImageSpatialObject in which I put the CT Image from the CTImageReader.<BR>Then I put the CTImageSpatialObject into a CTImageSpatialObjectRepresentation and I give it to the igstk::View2D.<BR>&nbsp;<BR>It's working properly and I can navigate into slides in the three 2D views.<BR>&nbsp;<BR>My problems is now how to perform a 3D reconstruction of the DICOM and display it in the 3D View.<BR>&nbsp;<BR>I've search on the net and on the mailing list for some help, but all this is still a little unclear to me.<BR>I just know that ITK and VTK has to be used, but I have no idea of how.<BR>&nbsp;<BR>If you can help me on that or at least show me the way for begin, I would be very greatfull.<BR>&nbsp;<BR>Thanks a lot !<BR><BR>
<HR>
Discutez gratuitement avec vos amis en vidéo ! <A href="http://www.windowslive.fr/messenger/" target=_blank>Téléchargez Messenger, c'est gratuit !</A> </BLOCKQUOTE><BR>
<HR>
Click here <A href="http://a.ninemsn.com.au/b.aspx?URL=http://lavalife9.ninemsn.com.au/clickthru/clickthru.act?id%3Dninemsn%26context%3Dan99%26locale%3Den_AU%26a%3D30290&amp;_t=764581033&amp;_r=email_taglines_Search_OCT07&amp;_m=EXT" target=_blank>Search for local singles online @ Lavalife.</A> </BLOCKQUOTE><br /><hr />Centralisez tous vos comptes mails dans Hotmail !  <a href='http://www.windowslive.fr/hotmail/' target='_new'>Créez un compte Hotmail, c'est gratuit !</a></body>
</html>