ITK Release 4/Image Class Hierarchy Refactoring: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 9: | Line 9: | ||
* Image | * Image | ||
* VectorImage | * VectorImage | ||
* [http://www.itk.org/Doxygen320/html/classitk_1_1SpecialCoordinatesImage.html | * [http://www.itk.org/Doxygen320/html/classitk_1_1SpecialCoordinatesImage.html SpecialCoordinatesImage] | ||
** PhasedArray3DSpecialCoordinatesImage | ** PhasedArray3DSpecialCoordinatesImage | ||
* BloxImage | * BloxImage |
Revision as of 13:38, 23 September 2010
Image Class Hierarchy Refactoring
Motivation
The goal of this proposal is to add support for additional image types in ITK.
ITK currently supports several kinds of image types:
- Image
- VectorImage
- SpecialCoordinatesImage
- PhasedArray3DSpecialCoordinatesImage
- BloxImage
- SparseImage
With the exception of the PhasedArray3DSpecialCoordinatesImage, all the image types assume that voxels have regular spacing in each dimension. While this assumption covers many cases in biomedical imaging, it restricts ITK's use for certain types of microscopy and remote sensing images, for example.