[Insight-users] The Insight Journal-New Submission

webmaster at insightsoftwareconsortium.org webmaster at insightsoftwareconsortium.org
Thu Apr 24 03:30:20 EDT 2008


Hello,
A new submission has been added to the Insight Journal.

Title: Efficient border detection in binary and label images
Author(s): Lehmann, Gaetan
Abstract: 
ly in ITK, the only way to find the border of the objects in a binary image is to use the BinaryErodeImageFilter, with a kernel of radius 1. This filter is a generic filter, made to support any shape and size of structuring element, and thus is not optimized for the particular case needed to detect the borders. Moreover, that filter is not multithreaded, so it can't get the performance improvements allowed by the multiprocessor systems. As a result, the border detection can be quite time consuming currently -- for example, in SignedMaurerDistanceMapImageFilter, the border detection takes about 33% of the execution time.
This contribution comes with a new filter which highly improve the performance of the border detection in the binary image, and a second filter which allow the detection of the borders in label images with similar performance.

Download the paper at: http://hdl.handle.net/1926/1352
Review the paper at: http://insight-journal.org

Generated by the Insight Journal Manager

You are receiving this email because you asked to be informed by the Insight Journal for new submissions.
To change your email preference go to http://insight-journal.org.



More information about the Insight-users mailing list