<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Dear all :<div>&nbsp; &nbsp; &nbsp; &nbsp;I run matlab code , and get a data which is save as mat format file . Then , I wish segment the data with ITK . How can I read the data with ITK .</div><div>&nbsp; &nbsp; &nbsp; &nbsp;Can I save the data as vtk format file and then to read it with ITK ?</div><div>&nbsp; &nbsp; &nbsp; &nbsp;The follow is what I has done :</div><div>&nbsp; &nbsp; &nbsp; &nbsp;( In matlab :)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;save('MRI.vtk','MRAImgs') &nbsp; &nbsp;% the MRAImgs is the mat format data , I want to save the data as vtk format</div><div>&nbsp; &nbsp; &nbsp; &nbsp;( In ITK :)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style="line-height: 1.7;">typedef itk::ImageFileReader&lt;InternalImageType&gt; ReaderType ;&nbsp;</span></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp;&nbsp;ReaderType::Pointer reader = ReaderType::New();</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;reader-&gt;SetFileName("G:\\Graduation Design\\ITK code\\MRI.vtk");</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;{</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp; &nbsp; &nbsp; &nbsp;reader-&gt;Update();</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;catch( itk::ExceptionObject &amp; excep )</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp;&nbsp;{</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp; &nbsp; &nbsp; &nbsp;std::cerr &lt;&lt; "Exception caught !" &lt;&lt; std::endl;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp; &nbsp; &nbsp; &nbsp;std::cerr &lt;&lt; excep &lt;&lt; std::endl;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp; &nbsp; &nbsp; &nbsp;system("pause");</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; But a error appears:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<img src="cid:6b554e55$1$142e6efa604$Coremail$15891495523$126.com" style="line-height: 1.7;"></div><div>&nbsp; &nbsp; &nbsp;What should I do ?</div><div>&nbsp; &nbsp; &nbsp;Thanks in advance !</div><div>zhq</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"><div id="netease_mail_footer"><div style="border-top:#CCCCCC 1px solid;padding:10px 5px;font-size:12px;color:#666;line-height:22px">来自网易手机号码邮箱<a id="mobile_set" sys="1" log=1 logid="free_sms_20120504" href="http://shouji.163.com" target="_blank" style="color:#0000FF">了解更多</a></div></div>
</span></span>