Dženan Zukić
2017-07-31 19:23:33 UTC
Hi Anchit,
I took a look at the source
<https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/BinaryMathematicalMorphology/include/itkBinaryPruningImageFilter.hxx>
code, and it does seem to be 2D-only.
Regards,
DÅŸenan ZukiÄ, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)
I took a look at the source
<https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/BinaryMathematicalMorphology/include/itkBinaryPruningImageFilter.hxx>
code, and it does seem to be 2D-only.
Regards,
DÅŸenan ZukiÄ, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)
Hello,
I have written a module to prune branches of a 3-D Skeleton using ITKâs BinaryPruningImageFilter.
The filter is returning unexpected pruned results for a 3-D skeleton input.
The doxygen page
<https://itk.org/Doxygen/html/classitk_1_1BinaryPruningImageFilter.html>
for the filter states that â
*âThe algorithm is the N-dimensional version of that given for two
dimensions in: Rafael C. Gonzales and Richard E. Woods. Digital Image
<https://itk.org/Doxygen/html/classitk_1_1Image.html> Processing. Addison
Wesley, 491-494, (1993).â*
But, from the source code of BinaryPruningImageFilter it appears that
pruning is being performed considering 2-D neighbors only and hence does
not support 3-D. Can someone please confirm this?
Thanks.
-Anchit
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
I have written a module to prune branches of a 3-D Skeleton using ITKâs BinaryPruningImageFilter.
The filter is returning unexpected pruned results for a 3-D skeleton input.
The doxygen page
<https://itk.org/Doxygen/html/classitk_1_1BinaryPruningImageFilter.html>
for the filter states that â
*âThe algorithm is the N-dimensional version of that given for two
dimensions in: Rafael C. Gonzales and Richard E. Woods. Digital Image
<https://itk.org/Doxygen/html/classitk_1_1Image.html> Processing. Addison
Wesley, 491-494, (1993).â*
But, from the source code of BinaryPruningImageFilter it appears that
pruning is being performed considering 2-D neighbors only and hence does
not support 3-D. Can someone please confirm this?
Thanks.
-Anchit
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users