<font size="2"><font face="verdana,sans-serif">Reader output is a pointer to in-memory container for pixels (metadata info and pointer to array with actual pixel values, called pixel intensities). This container is a class called itk::Image.<br>

</font></font><div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">To do something with all pixels in an image you can use iterators, there are many <a href="http://itk.org/Wiki/ITK/Examples">examples</a> about it. There is a filter which applies a defined mathematical operation to all pixels in an image, called UnaryFunctorImageFilter. See this <a href="http://itk.org/Wiki/ITK/Examples/ImageProcessing/UnaryFunctorImageFilter">example</a>.</font></div>

<div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">The normal way to store some computed image values is in an instance of itk::Image class.</font></div>

<div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">HTH</font></div><div><font class="Apple-style-span" face="verdana, sans-serif"><br>

</font></div><div><font class="Apple-style-span" face="verdana, sans-serif"><br></font><div class="gmail_quote">On Tue, Sep 13, 2011 at 17:13, Abayiz <span dir="ltr">&lt;<a href="mailto:abayiz@yahoo.com">abayiz@yahoo.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><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt">

<div>I know these questions are too much basic, but being a fresh, I have to make sure I understand them correctly at the early step, so here they are:</div><div><br></div><div>1. If I use itk to read a file, does that mean the reader output port gives me the pixel values of the image? or intensity values of pixels? </div>

<div>2. If I want to implement a kind of mathematical equation with itk, how do I perform the same computation for each pixel of the whole image? (I mean like a loop) <br></div><div>3. And, how can I store the computed values for the whole pixels for later use? (like making a kind of container to load each and every computation result for pixels, and use that container as the final result?) </div>

<div><br></div><div>Since I am really fresh to implement mathematical equations in itk, these basic
 questions are crucial to me. Hope you won&#39;t be bothered with them. <br></div><div><br></div><div>Waiting for helpful answers. Thanks in advance. <br></div><font color="#888888"><div><br></div><div>Abayiz<br></div></font></div>

</div><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></div>