在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):raacampbell/matlab_elastix开源软件地址(OpenSource Url):https://github.com/raacampbell/matlab_elastix开源编程语言(OpenSource Language):MATLAB 100.0%开源软件介绍(OpenSource Introduction):MelastiXWhat is it?MelastiX is a collection of MATLAB wrappers for the open source image registration suite Elastix. Elastix is cross-platform and is normally called from the system command-line (no GUI). MelastiX allows the elastix and transformix binaries to be called from within MATLAB as though they are native MATLAB commands. What does it do?
What does it not do?At the moment MelastiX does not provide tools to:
Getting started
Installing Elastix via the Linux package manager may lead to errors in MATLAB of the sort:
If everything is installed correctly, running $ cd /usr/local/MATLAB/R2021a/sys/os/glnxa64
$ ls -la libstdc++.so.6
lrwxrwxrwx 1 root root 19 Jun 30 11:05 libstdc++.so.6 -> libstdc++.so.6.0.25
$ sudo rm libstdc++.so.6
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./ What to do if the transform fails?If you get unexpected results, first check whether the transform parameter file was written properly. If you are providing an Elastix parameter file and not modifying it then you should be fine. However, if you use the .yml approach or modify a parameter file using a structure then it's possible you've found a bug in the writing of the paramater file. To diagnose this, look at the written parameter file by calling elastix.m with a user-defined output path (so the files produced are not deleted) or use the verbose option in elastix_paramStruct2txt. If you're still getting unexpected results then probably you have an issue with Elastix itself: please go the Elastix website for documentation or ask on their forum. Known issuesThe paths in the Transform files are absolute so if you have multiple transforms and you run transformix on them, the process will only succeed if the files are in their original locations. If the files have moved, you will need to change the path(s) at MATLAB VersionsYou will need at least MATLAB version R2017b. Related projects |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论