<br><br><div><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hi<br><br>you should use vtkImageViewer or vtkImageViewer2, set the properties like stack name pattern, spacings, extent and finally call Update().<br><br>then you will use some special mapper, maybe some contour filter or other and finally create actor and add to the 3D scene.
<br><br>Try to see the API of VTK on the <a href="http://www.vtk.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.vtk.org</a> and there you can find examples of using vtkImageViewer in C++. (
<a href="http://www.vtk.org/doc/nightly/html/classvtkImageViewer2.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://www.vtk.org/doc/nightly/html/classvtkImageViewer2.html</a>)<br><br>Here you have some example in Tcl:
<a href="http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Examples/ImageProcessing/Tcl/Histogram.tcl?root=VTK&content-type=text/plain" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Examples/ImageProcessing/Tcl/Histogram.tcl?root=VTK&content-type=text/plain
</a><br><br>good luck<br><br>Bartek<br><br><div><span class="gmail_quote">2007/8/21, <a href="mailto:m26404030@john.petra.ac.id" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">m26404030@john.petra.ac.id
</a> <<a href="mailto:m26404030@john.petra.ac.id" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">m26404030@john.petra.ac.id</a>>:</span><div><span class="e" id="q_114885762017043f_1"><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<br><br>I want to read a set of DICOM images and display(visualize) it as 3D image.<br>Please help me how to do it or where I could find the tutorial of this<br>problem(using C++).<br>Thanx a lot..=p<br>_______________________________________________
<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/Wiki/VTK_FAQ
</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br></blockquote></span></div></div><br></blockquote></div><br>