<div class="gmail_quote">On Fri, Jun 15, 2012 at 11:39 AM, Pietro Nardelli <span dir="ltr">&lt;<a href="mailto:pie.nardelli@gmail.com" target="_blank">pie.nardelli@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 guys,<br>
<br>
I found out on the Insight Journal the<br>
itkConnectedRegionEdgeThresholdImageFilter class, developed by David<br>
Doria and I think that could be very helpful for my purposes. My<br>
question is: how can I import it in order to use it? In which folder<br>
am I supposed to put the source code?<br></blockquote><div><br></div><div>Thanks for your interest in this code.</div><div><br></div>You do not need to add the source code to the ITK source tree, but rather just keep it in your project&#39;s folder.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">That is, if you have</div><div class="gmail_quote"><br></div><div class="gmail_quote">.../yourProject/yourCode.cpp</div><div class="gmail_quote"><br></div><div class="gmail_quote">
just copy the files to:<br clear="all">.../yourProject/itkConnectedRegionEdgeThresholdImageFilter.h</div><div class="gmail_quote">...</div><div class="gmail_quote"><br></div><div class="gmail_quote">Note that I have placed a slightly updated version here:</div>
<div class="gmail_quote"><a href="https://github.com/daviddoria/itkConnectedRegionEdgeThresholdImageFilter">https://github.com/daviddoria/itkConnectedRegionEdgeThresholdImageFilter</a></div><div class="gmail_quote"><br></div>
<div class="gmail_quote">that is ITK4 compatible.</div><div class="gmail_quote"><br></div><div class="gmail_quote">If you find any bugs or have any improvements to make, let me know and I&#39;ll add you as a contributor to the github repository.</div>
<div class="gmail_quote"><br>David<br></div>