elastix-itk

Install SimpleElastix on Windows for Python

空扰寡人 提交于 2021-02-08 10:43:03
问题 It seems some people have reported this on GitHub but I still couldn't find a clear solution to it - in the last step of installing the python module on Windows, there is no such folder called "/Wrapping/Python/Packaging" under "SimpleITK-build", and no file called "setup.py" in it. People have pointed out that it may be an issue coming from the improper Python Path. I tried adding Python Path under Anaconda to the system so that it can be accessed through cmd, but it didn't solve the problem

Install SimpleElastix on Windows for Python

喜你入骨 提交于 2021-02-08 10:41:19
问题 It seems some people have reported this on GitHub but I still couldn't find a clear solution to it - in the last step of installing the python module on Windows, there is no such folder called "/Wrapping/Python/Packaging" under "SimpleITK-build", and no file called "setup.py" in it. People have pointed out that it may be an issue coming from the improper Python Path. I tried adding Python Path under Anaconda to the system so that it can be accessed through cmd, but it didn't solve the problem

Simple ITK Problem when saving deformation field : the deformation field is empty

浪尽此生 提交于 2020-06-17 14:54:35
问题 i'am looking for help with simpleITK, I'am working with NII files in order to calculate the deformation field. I use Python and simpleITK (simpleitk 1.2.0rc2.dev1167+gd4cf2). I can easily register my images or volumes but i cannot get the deformation field ! When i print it in the console simpleITK tells me that the vector is an image as predicted but when i try to save it with "WriteImage" wich is a sitk member function, the writtent image is full of null values the code used to do that :

Simple ITK Problem when saving deformation field : the deformation field is empty

守給你的承諾、 提交于 2020-06-17 14:54:24
问题 i'am looking for help with simpleITK, I'am working with NII files in order to calculate the deformation field. I use Python and simpleITK (simpleitk 1.2.0rc2.dev1167+gd4cf2). I can easily register my images or volumes but i cannot get the deformation field ! When i print it in the console simpleITK tells me that the vector is an image as predicted but when i try to save it with "WriteImage" wich is a sitk member function, the writtent image is full of null values the code used to do that :