<!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> </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> </DIV>
<DIV><FONT face="Bookman Old Style"> </FONT><FONT
face="Bookman Old Style"> //convert itk image to vtk
image<BR> this->connectorMRI =
ConnectorType::New();<BR> this->connectorMRI->SetInput(this->dicomReader->GetOutput());<BR> try<BR> {
<BR> this->connectorMRI->Update();<BR> }<BR> catch(
itk::ExceptionObject & excp )<BR> {<BR> std::cerr <<
"Error reading the series " << std::endl;<BR> std::cerr
<< excp << std::endl;<BR> }</FONT></DIV></BODY></HTML>