the geometry of the output image uses the geomerty of the input image, so when setting the new origin of the output image, the origin of the input image is also changed.
Description
Description
Event Timeline
Comment Actions
some refactoring:
- Getter-Method for the calculated image region
- itkRegionOfInterestImageFilter instead of itkCropImageFilter when extracting the image region from the input
Comment Actions
[SVN revision 27918]
FIX (#5886): clone the IndexToWorldTransform before applying it to the output image; using itkRegionOfInterestImageFilter instead of itkCropImageFilter