Make sure you build your application in Release mode. If you are building Debug, ITK can be 10 to 50 times slower.<br><br><div class="gmail_quote">On Fri, Oct 5, 2012 at 6:00 PM, Kannan U V <span dir="ltr">&lt;<a href="mailto:kannanuv@cshl.edu" target="_blank">kannanuv@cshl.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was missing a update on the pasteFilter. Now that the paste image<br>
filter works. but the performance is 1:4 times worse than just copying<br>
pixels from tile to mosaic from the tiles. Is there a way I can<br>
improve this performance issue?<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Sep 20, 2012 at 6:08 PM, Kannan U V &lt;<a href="mailto:kannanuv@cshl.edu">kannanuv@cshl.edu</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt; I am trying to use PasteImageFilter on a grid of image tiles. (These<br>
&gt; are tiles with overlap) I know the position of the tiles and I want to<br>
&gt; paste them on to the montage. I am using pasteImage filter. When I use<br>
&gt; the following routine and I get only the last written time in the<br>
&gt; mosaic image and all other regions are set to zero.<br>
&gt;<br>
&gt; Moreover if I don&#39;t do a set regions on the mosaicImage I get a write<br>
&gt; error on image writer. I need help figuring out how it has to be run.<br>
&gt;<br>
&gt;  for (int iY = 1; iY &lt; 2; iY++) {<br>
&gt;     for (int iX = 1; iX &lt; 3; iX++) {<br>
&gt;       cout &lt;&lt; &quot;Processing tile : (&quot; &lt;&lt; iX &lt;&lt; &quot;,&quot; &lt;&lt; iY &lt;&lt; &quot;)&quot; &lt;&lt; endl;<br>
&gt;       CreateConstantImage (tileImage, (iX + iY));<br>
&gt;       pasteFilter-&gt;SetSourceImage(tileImage);<br>
&gt;       pasteFilter-&gt;SetDestinationImage (mosaicImage);<br>
&gt;       pasteFilter-&gt;SetSourceRegion(tileImage-&gt;GetLargestPossibleRegion());<br>
&gt;<br>
&gt;       mosaicIndex1[0] = iX * 812;<br>
&gt;       mosaicIndex1[1] = iY * 812;<br>
&gt;       pasteFilter-&gt;SetDestinationIndex(mosaicIndex1);<br>
&gt;<br>
&gt;       mosaicImage = pasteFilter-&gt;GetOutput();<br>
&gt;       mosaicImage-&gt;SetRegions(region);<br>
&gt;<br>
&gt;   }<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Thanks,<br>
&gt; Kannan<br>
<br>
<br>
<br>
--<br>
Thanks,<br>
Kannan<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.php" target="_blank">http://www.kitware.com/products/protraining.php</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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br><br>