<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Bookman Old Style">Hi,</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">I read dicom using itk and change it to vtk 
to visualize it,</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">&nbsp;</FONT><FONT 
face="Bookman Old Style">&nbsp;//convert itk image to vtk 
image<BR>&nbsp;&nbsp;&nbsp; this-&gt;connectorMRI = 
ConnectorType::New();<BR>&nbsp;this-&gt;connectorMRI-&gt;SetInput(this-&gt;dicomReader-&gt;GetOutput());<BR>&nbsp;try<BR>&nbsp;{ 
<BR>&nbsp;&nbsp;this-&gt;connectorMRI-&gt;Update();<BR>&nbsp;}<BR>&nbsp;catch( 
itk::ExceptionObject &amp; excp )<BR>&nbsp;{<BR>&nbsp;&nbsp;std::cerr &lt;&lt; 
"Error reading the series " &lt;&lt; std::endl;<BR>&nbsp;&nbsp;std::cerr 
&lt;&lt; excp &lt;&lt; std::endl;<BR>&nbsp;}</FONT></DIV></BODY></HTML>