<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Dear all :<div>       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>       Can I save the data as vtk format file and then to read it with ITK ?</div><div>       The follow is what I has done :</div><div>       ( In matlab :)</div><div>                  save('MRI.vtk','MRAImgs')    % the MRAImgs is the mat format data , I want to save the data as vtk format</div><div>       ( In ITK :)</div><div>                  <span style="line-height: 1.7;">typedef itk::ImageFileReader<InternalImageType> ReaderType ; </span></div><div><span class="Apple-tab-span" style="white-space:pre">         </span>  ReaderType::Pointer reader = ReaderType::New();</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>          reader->SetFileName("G:\\Graduation Design\\ITK code\\MRI.vtk");</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>          try</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>          {</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>       reader->Update();</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>          }</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>          catch( itk::ExceptionObject & excep )</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>     <span class="Apple-tab-span" style="white-space:pre">        </span>  {</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>       std::cerr << "Exception caught !" << std::endl;</div><div><span class="Apple-tab-span" style="white-space:pre">             </span>       std::cerr << excep << std::endl;</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>       system("pause");</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>          }</div><div>      But a error appears:</div><div>              <img src="cid:6b554e55$1$142e6efa604$Coremail$15891495523$126.com" style="line-height: 1.7;"></div><div>     What should I do ?</div><div>     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>