Amelio :<br><br>The SetUpperThreshold and SetLowerThreshold methods replace the SetThreshold method in the filter. This Canny filter performs iterative hysteresis thresholding of the weighted zero crossing map as the final step in edge detection. This requires two thresholds. The deprecated way was to specify one threshold and the second was a hardcoded factor of the first. The new way allows you to independently specify both thresholds. 
<br clear="all"><br>-- <br>Karthik Krishnan<br>R&amp;D Engineer,<br>Kitware Inc.
<br><br><div><span class="gmail_quote">On 8/21/07, <b class="gmail_sendername">Amelio Vázquez</b> &lt;<a href="mailto:ameliovazquez@gmail.com">ameliovazquez@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>When running a program in which I call<br>itk::CannyEdgeDetectionImageFilter::SetTreshold() I get a warning<br>saying that the method was deprecated. However, I have not seen<br>anything at the ITK help website that indicates that the method is
<br>deprecated. Also, if SetThreshold is deprecated, how do I choose the<br>threshold to binarize the result? (Please note that<br>CannyEdgeDetectioImageFilter binarizes the output).</blockquote><div>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks<br><br>--<br>Amelio Vazquez-Reina<br>Ph.D. student<br>Department of Computer Science, Tufts University<br>Web: <a href="http://www.eecs.tufts.edu/~avazqu01/">http://www.eecs.tufts.edu/~avazqu01/</a><br>LinkedIn: <a href="http://www.linkedin.com/in/amelio">
http://www.linkedin.com/in/amelio</a><br>_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">
http://www.itk.org/mailman/listinfo/insight-users</a><br></blockquote></div>