Changes to itk::PathToImageFilter.
Stanford University School of Medicine
| Please use this identifier to cite or link to this publication: http://hdl.handle.net/1926/167 |
Published in The Insight Journal - 2006 January - June.
Submitted by Zachary Pincus on 12-04-2006.
I have made some changes to make itk::PathToImageFilter to make it a usable base class. There were
some problems with the CVS version, including: (1) this ase classhad actual filter functionality, (2)
the mechanism for specifying the size, spacing, origin, etc., of the output image was incomplete, contrary
to ITK convention, and hard to extend, and (3) the documentation specified that the filter would calculate
the size of the output image from the path, but it did not.
I solved these problems by (1) moving the filter functionality to itk::TracePathOnImageFilter, (2)
requiring that filter->GetOutput()->Set...(...) should be used to set the information for the
output image, and (3) providing methods to calculate the correct image region a path inhabits, and a
boolean flag to specify whether that calculation should be done (default true).
some problems with the CVS version, including: (1) this ase classhad actual filter functionality, (2)
the mechanism for specifying the size, spacing, origin, etc., of the output image was incomplete, contrary
to ITK convention, and hard to extend, and (3) the documentation specified that the filter would calculate
the size of the output image from the path, but it did not.
I solved these problems by (1) moving the filter functionality to itk::TracePathOnImageFilter, (2)
requiring that filter->GetOutput()->Set...(...) should be used to set the information for the
output image, and (3) providing methods to calculate the correct image region a path inhabits, and a
boolean flag to specify whether that calculation should be done (default true).
Data
Code
Automatic Testing Results
by Insight-Journal Dashboard
on Mon Feb 20 14:26:13 2006 for revision #3 Click here for more details.
Go here to access the main testing dashboard.
Automatic Testing Results
by Insight-Journal Dashboard
on Mon Feb 20 14:11:20 2006 for revision #2
Automatic Testing Results
by Insight-Journal Dashboard
on Mon Feb 20 14:11:15 2006 for revision #1 Reviews
Statistics
| Global rating: | |
| Review rating: | |
| Code rating: | |
| Views: | 3587 |
| Downloads: | 688 |
Send a message to the author
Information
| Paper Id: | 74 |
| Keywords: | Path, PathToImageFilter, |
| Toolkit: | ITK |
| Revision: | 3 (02-14-2006) |
| Status: | Open for public review |
| View license
Loading license...
| |
Data
| Full download: | .zip |
| Paper: | view, .pdf |
Share
Associated Publications
| Creation and Demonstration of a Framework for Handling Paths in ITK | ||






