[ITK] [ITK-users] New Submission: ND morphological contour interpolation
Insight Journal
noreply at insightsoftwareconsortium.org
Mon Aug 22 03:11:36 EDT 2016
Hello,
A new submission has been added to the Insight Journal.
Title: ND morphological contour interpolation
Authors: ZukiÄ D., Vicory J., McCormick M., Wisse L., Gerig G., Yushkevich P., Aylward S.
Abstract: This document describes a new class, itk::MorphologicalContourInterpolator,
which implements a method proposed by Albu et al. in 2008.
Interpolation is done by first determining correspondence between shapes on adjacent
segmented slices by detecting overlaps, then aligning the corresponding shapes,
generating transition sequence of one-pixel dilations and taking the median as result.
Recursion is employed if the original segmented slices are separated by more than one empty slice.
This class is n-dimensional, and supports inputs of 3 or more dimensions.
`Slices' are n-1-dimensional, and can be both automatically detected and manually set.
The class is efficient in both memory used and execution time.
It requires little memory in addition to allocation of input and output images.
The implementation is multi-threaded, and processing one of the test inputs
takes around 1-2 seconds on a quad-core processor.
The class is tested to operate on both itk::Image and itk::RLEImage.
Since all the processing is done on extracted slices,
usage of itk::RLEImage for input and/or output affects performance to a limited degree.
This class is implemented to ease manual segmentation in ITK-SNAP (www.itksnap.org).
The class, along with test data and automated regression tests is packaged as an ITK
remote module https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation.
Download and review this publication at: http://hdl.handle.net/10380/3563
Generated by the Insight Journal
You are receiving this email because you asked to be informed by the Insight Journal for new submissions. To change your email preference visit http://www.insight-journal.org/ .
-------------- next part --------------
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users
More information about the Community
mailing list