SuperElastix / SimpleElastix

Multi-lingual medical image registration library
http://simpleelastix.github.io
Apache License 2.0
509 stars 149 forks source link

elastix filter takes long time to return. Is it possible to turnoff post processing #404

Open orange676 opened 3 years ago

orange676 commented 3 years ago

Hi , I am using the c# wrapper of simpleelastix, but I check for python as well. it is running, and the tranform parameter is generated around 1.5 min for my test image. however, the call to ElastixImageFilter.Execute(....) is return untill 3 min later (depend on image size). From the console window, it seem elastix is doing evaluation and apply result. But it does not make sense because in the registration, the transformation has been applied many times and how could the final apply take so long? Never the less, my question is: Is it possible to turn off those post evaluation? because I only need the tranformation parameter. I have already set "WriteResultImage" to false afbeelding