Where can I find the SimpleITK documentation and r

2020-06-03 09:11发布

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?

标签: itk simpleitk
3条回答
相关推荐>>
2楼-- · 2020-06-03 09:21

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楼-- · 2020-06-03 09:24

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

For SimpleITK he goes over

查看更多
倾城 Initia
4楼-- · 2020-06-03 09:34

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:

查看更多
登录 后发表回答