Package: insighttoolkit4 / 4.12.2-dfsg1-4

Metadata

Package Version Patches format
insighttoolkit4 4.12.2-dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
nrrdio linking.patch | (download)

Modules/ThirdParty/NrrdIO/src/NrrdIO/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link libitknrrdio with -lm (needed for sqrt)
atomic_load.patch | (download)

Modules/Core/Common/include/itkAtomicIntDetail.h | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 make the load operation truly atomic
flatStructuringElementTest_fix_rescale.patch | (download)

Modules/Filtering/MathematicalMorphology/test/itkFlatStructuringElementTest2.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change the output range to stabelize test
 The test uses an RescaleIntensity filter to binarize an
 image, but this filter is numerically unstable for this
 operation. 
ITKv3MultiResImageRegistrationTest_correct.patch | (download)

Examples/RegistrationITKv3/MultiResImageRegistration1.cxx | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 improve accuracy of registration
 reduce minimum step length and gradient tolerance in order to
 stabelize the registration test run by using this program.
itk4.10 enable system nifti.patch | (download)

Modules/ThirdParty/GIFTI/src/gifticlib/CMakeLists.txt | 2 0 + 2 - 0 !
Modules/ThirdParty/NIFTI/CMakeLists.txt | 11 5 + 6 - 0 !
2 files changed, 5 insertions(+), 8 deletions(-)

 use system nifti library
itk4.10.0 python wrapping.patch | (download)

Modules/Filtering/ImageGrid/wrapping/itkResampleImageFilter.wrap | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 1/1] bug: fix python wrappings in c++11


itk4.12.0 resource_cprobe.patch | (download)

Modules/Core/Common/include/itkResourceProbe.hxx | 44 26 + 18 - 0 !
1 file changed, 26 insertions(+), 18 deletions(-)

 inline call to updateminimummaximummeasuredvalue
 For some reason on i386 UpdateMinimumMaximumMeasuredValue is not
 properly instanciated, resulting in a linker error. Work around
 this by inlining the call.
remove_gcc_version_test.patch | (download)

Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h | 46 1 + 45 - 0 !
1 file changed, 1 insertion(+), 45 deletions(-)

---