Jhon,<div><br></div><div>take a look at <a href="http://www.itk.org/Wiki/ITK/Examples">http://www.itk.org/Wiki/ITK/Examples</a> for simple examples of very useful ITK code snippets</div><div><br></div><div>regards<br><br><div class="gmail_quote">
On Wed, Mar 2, 2011 at 4:14 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im">On Wed, Mar 2, 2011 at 10:06 AM, john smith <span dir="ltr">&lt;<a href="mailto:mkitkinsightuser@gmail.com" target="_blank">mkitkinsightuser@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br><br>I am trying to create an image 20x20. Every pixel will have the value 0. Then, I have created an other function called OutputImage, with which I trying to see all the pixel&#39;s value on my window command prompt. The project is built correctly, but when I run it from the command window prompt I do not take any value. Could anybody find the problem?<br>


<br>Thanks in advance<br><br></blockquote><div><br></div></div><div>You should probably use a region iterator for your output function:</div><a href="http://www.itk.org/Wiki/ITK/Examples/Iterators/ImageRegionConstIterator" target="_blank">http://www.itk.org/Wiki/ITK/Examples/Iterators/ImageRegionConstIterator</a><br clear="all">

<br></div><div class="gmail_quote">Also, you&#39;ll need to cast the unsigned char to an int to view the value &quot;0&quot;:</div><div class="gmail_quote"><br></div><div class="gmail_quote"><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">std::cout &lt;&lt; static_cast&lt;int&gt;(image-&gt;GetPixel(pixelIndex));</span></div>

<div class="gmail_quote"><font face="arial, sans-serif"><span style="border-collapse:collapse"><br></span></font></div><font color="#888888"><div class="gmail_quote"><div>David </div></div>
</font><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Sergio Vera<br><br> Alma IT Systems<br> C/ Vilana, 4B, 4º 1ª<br> 08022 Barcelona<br> T. (+34) 932 380 592<br> <a href="http://www.alma3d.com">www.alma3d.com</a><br>
</div>