Import 2017-06-07 23:51:09: master 7e41e8af
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
jcfr | jcfr | master | 2016-01-27 23:21:57 | master 90876ce0 |
Affected Issues | 0004139: Slicer crashes while doing registration using BrainsFit and creating transform output | |||
Changeset | BUG: Fix registration addressing regression in vtkITKTransformConverter. Fixes 0004139 This commit allows BRAINSFit registration to complete by addressing It basically ensure the comparison of transform name includes The python code allowing to reproduce the issue is reported below 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- fixed = sampleDatalogic.downloadMRBrainTumor1() outputTransform = slicer.vtkMRMLLinearTransformNode() outputVolume = slicer.vtkMRMLScalarVolumeNode() parameters = { Reported-by: Christian Herz <christian.herz@mevis.fraunhofer.de> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24902 3bd1e089-480b-0410-8dfb-8563597acbee |
|||
add - Applications/SlicerApp/Testing/Python/BRAINSFitRigidRegistrationCrashIssue4139.py | Diff File | |||
mod - Applications/SlicerApp/Testing/Python/CMakeLists.txt | Diff File | |||
mod - Libs/MRML/Core/vtkITKTransformConverter.h | Diff File |