<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">thak you very much xabier, i have one question again : <br>at question 2 :<br>&gt;&nbsp; 2). how with the image file?? , is the image file 3D?? , where can&nbsp;  <br>&gt; i get the file, i mean the image 3D.<br>Your program just reads the image (filename is missing!), but you are&nbsp; <br>not doing anything with it.<br><br>---&gt; ya, it just read the image, if i add VTK code i dan virw it, is it right?? <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and, i don't have the example of 3D image, where can i get the 3D image?? thanksss..<br><br>knoppix corn &lt;<a ymailto="mailto:knoppixc@yahoo.com"
 href="mailto:knoppixc@yahoo.com">knoppixc@yahoo.com</a>&gt; ha escrito:<br><br>&gt; haii every one... help me.. i have a question about reading an image&nbsp; <br>&gt;&nbsp; from a file,<br>&gt; according to itkSoftwareGuide page 70, i have a source code like this :<br>&gt;<br>&gt; #include "itkImage.h"<br>&gt; #include "itkImageFileReader.h"<br>&gt;<br>&gt; int main( int , char * argv[])<br>&gt; {<br>&gt;&nbsp;  typedef unsigned char&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PixelType;<br>&gt;&nbsp;  const unsigned int&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Dimension = 3;<br>&gt;<br>&gt;&nbsp;  typedef itk::Image&lt; PixelType, Dimension &gt;&nbsp;  ImageType;<br>&gt;<br>&gt;&nbsp;  typedef itk::ImageFileReader&lt; ImageType &gt;&nbsp; ReaderType;<br>&gt;<br>&gt;&nbsp;  ReaderType::Pointer reader = ReaderType::New();<br>&gt;<br>&gt;&nbsp;  const char * filename = argv[1];<br>&gt;&nbsp;  reader-&gt;SetFileName( filename );<br>&gt;<br>&gt;&nbsp; 
 reader-&gt;Update();<br>&gt;<br>&gt;&nbsp;  ImageType::Pointer image = reader-&gt;GetOutput();<br>&gt;<br>&gt;&nbsp;  return 0;<br>&gt; }<br>&gt;<br>&gt; i have a few question :<br>&gt;&nbsp; 1). how to write a CMakeLists.txt ???<br><br>Have a look at page 17 of the Software Guide.<br><br>&gt;&nbsp; 2). how with the image file?? , is the image file 3D?? , where can&nbsp;  <br>&gt; i get the file, i mean the image 3D.<br>Your program just reads the image (filename is missing!), but you are&nbsp; <br>not doing anything with it.<br><br>&gt;&nbsp; 3). to view the image, is it need VTK??<br>You need an image viewer, for example ImageJ.<br><br>&gt;&nbsp; 4). what is the input an output from this system or program???<br>You mean your program? I think you should have a look at the Software&nbsp; <br>Guide, starting with the Hello World example (pg. 17) and then maybe&nbsp; <br>you can go to section 7.1 to learn how to read and write
 images.<br><br>T<br>&gt;<br>&gt; any one help me.. i need for my study... thank you very much..<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br><br><br>----------------------------------------------------------------<br>Este mensaje ha sido enviado desde <a href="https://webmail.unav.es" target="_blank">https://webmail.unav.es</a><br><br>_______________________________________________<br>Insight-users mailing list<br><a ymailto="mailto:Insight-users@itk.org" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br></div></div></div><br>

      </body></html>