Where can I find the SimpleITK documentation and reference information?

后端 未结 3 1435
旧时难觅i
旧时难觅i 2021-02-09 10:42

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?

3条回答
  •  后悔当初
    2021-02-09 11:39

    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.

提交回复
热议问题