Where can I find the SimpleITK documentation and reference information?

荒凉一梦 提交于 2019-12-04 11:55:13

问题


I am interested in trying to use SimpleITK to solve my imaging problem. Can you please tell me where the documentation and training materials are?


回答1:


SimpleITK is documented here, and has a tutorial that has been presented at the MICCAI 2011 conference.

Development of SimpleITK is hosted on Github and feature requests can be entered in Jira.

Direct Links:

  • https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial
  • https://github.com/SimpleITK/SimpleITK
  • http://www.simpleitk.org



回答2:


There are additional resources that are useful, SimpleITK's WIKI, SimpleITK-Notebooks, and SimpleITK Doxygen.

The SimpleITK WIKI contains a FAQ, information on building SimpleITK, and some visual guides to getting started in different languages.

SimpleITK-Notebooks is a collection of Python Notebooks containing examples on how to do image processing.

SimpleITK's Doxygen contains documentation of the C++ API, along with basic example for different languages.




回答3:


Not documentation, but Kyriakou's PyScience blog has excellent and in-depth implementations of SimpleITK and VTK.

For SimpleITK he goes over

  • Image segmentation (https://pyscience.wordpress.com/2014/10/19/image-segmentation-with-python-and-simpleitk/#more-126)
  • Multi-modal segmentation (https://pyscience.wordpress.com/2014/11/02/multi-modal-image-segmentation-with-python-simpleitk/)


来源:https://stackoverflow.com/questions/7520934/where-can-i-find-the-simpleitk-documentation-and-reference-information

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!