MantisBT - ITK
View Issue Details
0008834ITKpublic2009-04-02 10:382009-04-02 10:41
Luis Ibanez 
Luis Ibanez 
normalminorhave not tried
closedfixed 
ITK-3-12 
 
0008834: Analyze direction cosines do not need correction when image dimension matches file dimension
The AnalyzeIO class applies a reinterpretation of direction cosines when a 3D image is loaded into a 2D image. This reinterpretation is not needed when the dimension of the file matches the dimension of the image (e.g. file = 2D and image = 2D, or file = 3D and image = 3D ).
This fix is being ported to ITK 3.12 from a fix committed by Hans Johnson in the ITK main trunk:
http://public.kitware.com/cgi-bin/viewcvs.cgi/Code/IO/itkAnalyzeImageIO.cxx?root=Insight&r1=1.94&r2=1.95 [^]
No tags attached.
Issue History
2009-04-02 10:38Luis IbanezNew Issue
2009-04-02 10:38Luis IbanezStatusnew => assigned
2009-04-02 10:38Luis IbanezAssigned To => Luis Ibanez
2009-04-02 10:41Luis IbanezNote Added: 0015893
2009-04-02 10:41Luis IbanezNote Added: 0015894
2009-04-02 10:41Luis IbanezStatusassigned => closed
2009-04-02 10:41Luis IbanezResolutionopen => fixed

Notes
(0015893)
Luis Ibanez   
2009-04-02 10:41   
The modification has been committed to the ITK 3.12 branch.
http://public.kitware.com/cgi-bin/viewcvs.cgi/Code/IO/itkAnalyzeImageIO.cxx?root=Insight&r1=1.94&r2=1.94.2.1&pathrev=ITK-3-12 [^]
(0015894)
Luis Ibanez   
2009-04-02 10:41   
commit was made.