MantisBT - ITK
View Issue Details
0008795ITKpublic2009-03-25 19:452009-03-27 14:49
Luis Ibanez 
Luis Ibanez 
normalminoralways
closedfixed 
ITK-3-12 
 
0008795: itkMultiResolutionPyramidImageFilter broke backward-compatibility: smoothing by default
This filter can do smoothing before sub-sampling. Smoothing used to be disabled by default.

On Dec 17 2008 smoothing was enabled accidentally, which incurs in a computation time penalty, and results in non-backward-compatible behavior. This was fixed in the main trunk on Jan 26 2009. Now it should be fixed in the ITK 3.12 branch.
The commit of December 17 2008:

http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Algorithms/itkMultiResolutionPyramidImageFilter.txx?root=Insight&r1=1.26&r2=1.27&sortby=date [^]

broke backward compatibility, by enabling the use of smoothing by default.
(and operation that is computationally demanding).

The change was reverted in the main trunk on Janury 26 2009:

http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Algorithms/itkMultiResolutionPyramidImageFilter.txx?root=Insight&r1=1.29&r2=1.30&sortby=date [^]

We must apply the same patch (of Jan 26 2009) to the ITK 3.12 branch
No tags attached.
Issue History
2009-03-25 19:45Luis IbanezNew Issue
2009-03-27 14:44Luis IbanezStatusnew => assigned
2009-03-27 14:44Luis IbanezAssigned To => Luis Ibanez
2009-03-27 14:49Luis IbanezNote Added: 0015813
2009-03-27 14:49Luis IbanezStatusassigned => closed
2009-03-27 14:49Luis IbanezResolutionopen => fixed

Notes
(0015813)
Luis Ibanez   
2009-03-27 14:49   
The changes were committed to the ITK 3.12 branch.

http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Algorithms/itkMultiResolutionPyramidImageFilter.txx?r1=1.29&r2=1.29.2.1&pathrev=ITK-3-12&sortby=date&root=Insight [^]