<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">You have found a bug, great! Now <a href="https://itk.org/Wiki/ITK/Git/Develop">share</a> the patch with the rest of us the world.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">If you get stuck, please let us know.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Thanks,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 13, 2016 at 5:28 PM, ebasafa <span dir="ltr"><<a href="mailto:ehsan.basafa@gmail.com" target="_blank">ehsan.basafa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for the pointer! After fiddling with the hxx file for a couple<br>
hours, I traced the issue further and found out the method vnl_math_abs()<br>
called on line 537 (which seems like in the repository has been replaced by<br>
itk::Math::abs() but not implemented in the stable release), provides<br>
different answers for absolute values in debug and release. Surprisingly,<br>
for example, this method reports -1 as absolute value of -1 in release!<br>
Replacing that with std::abs() resolves the issue and now roundness and<br>
perimeter are the same and (seemingly) correct. I think a bug fix, if not<br>
already done via itk::Math as I mentioned, is in order.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/ShapeLabelMap-Roundness-Perimeter-Calculation-Issue-tp7588837p7588841.html" rel="noreferrer" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/ShapeLabelMap-Roundness-Perimeter-Calculation-Issue-tp7588837p7588841.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>