<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Yes Exactly,&nbsp;<div>But I am getting confused in linking the regions&nbsp;</div><div>So, say there is an imageObject "image" and I defined a smaller region with say "region"</div><div><br></div><div>How do I feed this smaller region to the iterator</div><div>Thanks</div><div>Vikash<br><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;"><b>From: </b>"Sergio Vera" &lt;sergio.vera@alma3d.com&gt;<br><b>To: </b>"Vikash Gupta" &lt;vikash.gupta@inria.fr&gt;<br><b>Cc: </b>insight-users@itk.org<br><b>Sent: </b>Monday, February 20, 2012 9:44:30 AM<br><b>Subject: </b>Re: [Insight-users] Buffered Regions<br><br><div>Hello Vikash,</div><div><br></div>If you fill the iterator with RequestedRegion or Buffered Region you will end (usually) with an iterator that moves over the whole image.<div>If you want your iterator over the small region you need to link it with the region defined in the step 3 that you have just described.</div>
<div><br></div><div>Regards<br><br><div class="gmail_quote">On Sat, Feb 18, 2012 at 7:14 PM, Vikash Gupta <span dir="ltr">&lt;<a href="mailto:vikash.gupta@inria.fr" target="_blank">vikash.gupta@inria.fr</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="font-size:12pt;font-family:Times New Roman">Hello Everyone,&nbsp;<div>I am trying to iterate over a smaller region of an image, and Probably I am doing something wrong which I do not understand.&nbsp;</div><div>So, here is what i am doing</div>
<div><br></div><div>1. define the size of the region.</div><div>2. define the index at which the region should start</div><div>3. define the region using the above two values</div><div><br></div><div>Now when I define the iterator, How should I feed the region, should it be the function GetRequestedRegion() or GetBufferedRegion()</div>
<div><br></div><div>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:#800080">FineScalarIteratorType</span><span style="color:#c0c0c0"> </span>itScalartemp(tempScalar,tempScalar-&gt;GetBufferedRegion());</pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px">In the above line, tempScalar is the image object over which I am trying to iterate.</pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px">Please suggest</pre><pre style="margin-top:0px;margin-bottom:0px">Thanks</pre><span class="HOEnZb"><font color="#888888"><pre style="margin-top:0px;margin-bottom:0px">Vikash</pre>
<pre style="margin-top:0px;margin-bottom:0px"></pre></font></span></div></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><br clear="all"><div><br></div>-- <br>Sergio Vera<br><br>&nbsp;Alma IT Systems<br>&nbsp;C/ Vilana, 4B, 4º 1ª<br>&nbsp;08022 Barcelona<br>&nbsp;T. (+34) 932 380 592<br>&nbsp;<a href="http://www.alma3d.com" target="_blank">www.alma3d.com</a><br>

</div>
</blockquote><br></div></div></body></html>