<div>Hi Lee, </div><div><br></div><div>It looks like you forgot to set the Z dimension</div><div>for the radius. </div><div><br></div><div>&quot;radius[0] = 2;   // two pixels along X</div><div>radius[1] = 2;   // two pixels along Y&quot;</div>
<div><br></div><div>Cagatay</div><br><div class="gmail_quote">On Sat, Apr 7, 2012 at 9:59 AM, Lee Periolat <span dir="ltr">&lt;<a href="mailto:periolat@gmail.com">periolat@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 all,<br>
<br>
I wrote a 3D version of NeighborshoodConnectedImageFilter.cxx<br>
following a previous email which showed the diff between<br>
ConfidenceConnected.cxx and ConfidenceConnected3D.cxx.  My new version<br>
compiles, but when I run it it crashes after about 10 seconds.  No<br>
exception is thrown.  I can&#39;t figure out what to do next to debug the<br>
problem.  Perhaps I am running out of memory because I am using a 3D<br>
image?   Unfortunately I don&#39;t know how to direct my program to<br>
allocate more memory.<br>
<br>
I have attached my code in a file.   Any help would be appreciated.<br>
<br>
Thanks in advance,<br>
<font color="#888888">Lee Periolat<br>
</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.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>
<br></blockquote></div><br>