MantisBT - ITK | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0008346 | ITK | public | 2009-01-05 22:43 | 2010-10-21 12:32 | ||||||
| Reporter | Hans Johnson | |||||||||
| Assigned To | kentwilliams | |||||||||
| Priority | high | Severity | major | Reproducibility | always | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | ITK-3-10 | |||||||||
| Target Version | Fixed in Version | |||||||||
| Resolution Date | ||||||||||
| Sprint | ||||||||||
| Sprint Status | ||||||||||
| Summary | 0008346: itkWarpImageFilter must have similar API to itkResampleImageFilter | |||||||||
| Description | I’ve been doing some code refactorings to make sure that whenenver an itkResampleImageFilter is used that Origin/Spacing/Direction/Size/StartIndex are all set. While looking at the code, it occurred to me that the itkWarpImageFilter should also follow the same semantics as the ResampleImageFilter and provide a very similar interface. In particular, the itkWarpImageFilter does not currently allow you to set the OutputStartIndex, and it also does not contain a member function called SetOutputParametersFromImage. itkWarpImageFilter only works properly when output image has same physical space as output image. | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | A conversation with Luis Ibanez and Jim Miller resulted in consensus that the following actions should be taken: 1) Add SetSize and SetOutputStartIndex and SetOutputParametersFromImage member functions 2) Determine if outputImage and DeformationFeild have same physical characterisitics (i.e start index, size, spacing, origin, and direction) a) If YES: use current algorithm b) If NO: need to use trilinear interpolation of the deformation field at the physical coordinates of the voxels in the outputImage. | |||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2009-01-05 22:43 | Hans Johnson | New Issue | ||||||||
| 2009-03-05 15:04 | Tom Vercauteren | Note Added: 0015574 | ||||||||
| 2009-03-10 20:11 | Hans Johnson | Status | new => assigned | |||||||
| 2009-03-10 20:11 | Hans Johnson | Assigned To | => kentwilliams | |||||||
| 2009-03-26 17:21 | kentwilliams | Status | assigned => resolved | |||||||
| 2009-03-26 17:21 | kentwilliams | Resolution | open => fixed | |||||||
| 2009-04-29 20:11 | Hans Johnson | Relationship added | related to 0008950 | |||||||
| 2010-10-21 12:32 | Gabe Hart | Status | resolved => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||