<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Following the same logic it should return the neighborhood index of <div><br></div><div>the pixel which the constant iterator is currently accessing.<div>
<br></div><div>In the wiki example since the radius of the neighborhood is set</div>
<div><br></div><div>equal to the size of the image I guess it returns the number of the pixel</div><div><br></div><div>as the iterator walks from the top left to the bottom right.</div><div><br></div><div>Hence the neighborhood index would start with 0 and end with </div>

<div><br></div><div>number of pixels minus 1.</div><div><br></div><div>Still, 199 and 241 seems a bit much, the image has only 100 pixels!!</div><div><br></div><font color="#888888"><div><br></div><div>Dawood<br><br></div>
</font><div><div></div><div class="h5"><div><br></div><div><br>
</div><div><br><div class="gmail_quote">On Mon, Jul 18, 2011 at 5:42 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com" target="_blank">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>On Mon, Jul 18, 2011 at 9:00 AM, Dawood AlMasslawi <span dir="ltr">&lt;<a href="mailto:masslawi@gmail.com" target="_blank">masslawi@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">


Hi David,<div><br></div><div>The GetNeighborhoodIndex method returns the index of the pixel at</div><div><br></div><div>an offset position from the center of the neighborhood, therefore this</div><div><br></div><div>method should have an offset as an argument. It&#39;s strange that you </div>



<div><br></div><div>didn&#39;t get any errors!</div><div><br></div><div>This method is implemented in &quot;InsightToolkit\Code\Common\</div><div><br></div><div>itkNeighborhood.txx&quot;, line 184, check your version to make sure!</div>



<div><br></div><div>HTH,</div><div><br></div><font color="#888888"><div>Dawood</div></font></blockquote><div><br></div></div><div>Hm, when looking for that, I realized it is not the <span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:13px;background-color:rgb(255, 255, 255)">GetNeighborhoodIndex(offset) function of ShapedNeighborhoodIterator, but rather the </span><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:13px;background-color:rgb(255, 255, 255)">GetNeighborhoodIndex() function of the ConstIterator struct:</span></div>


<div><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:13px;background-color:rgb(255, 255, 255)"><br></span></div><a href="http://www.itk.org/Doxygen/html/structitk_1_1ConstShapedNeighborhoodIterator_1_1ConstIterator.html#a8798aa7d0bc3e9b42591902b7e3d32f6" target="_blank">http://www.itk.org/Doxygen/html/structitk_1_1ConstShapedNeighborhoodIterator_1_1ConstIterator.html#a8798aa7d0bc3e9b42591902b7e3d32f6</a></div>


<div class="gmail_quote"><br></div><div class="gmail_quote">What is the concept that this one is returning?<br><font color="#888888"><br><div>David </div></font></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br>