Proposals:Refactoring Index Point Coordinate System: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
= Motivation = | = Motivation = | ||
= Review of Current Status = | |||
== Image Class == | |||
The image class considers that the location of a pixel is at the physical coordinates of the center of the pixel. | |||
= Refactoring Proposal = | = Refactoring Proposal = |
Revision as of 12:19, 14 May 2008
The conversion between physical points and indices is not consistent in all places in the toolkit.
The following cases must be considered
- Interpolators
- Registration
- Transforms
- DICOM
- Conversion between ITK and VTL
- Backwards compatibility
Motivation
Review of Current Status
Image Class
The image class considers that the location of a pixel is at the physical coordinates of the center of the pixel.