1 Star 1 Fork 0

cs/CTK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.rst 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
cs 提交于 2021-11-10 09:42 . first commit

Common Toolkit

https://circleci.com/gh/commontk/CTK.png?style=shield

The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.

See http://commontk.org

Build Instructions

Configure the project using CMake.

For Qt5, specify the followings:
  • CTK_QT_VERSION: 5
  • QT5_DIR: C:Qt5.15.0msvc2019_64libcmakeQt5 (or something similar, depending on operating system)
  • VTK_MODULE_ENABLE_VTK_GUISupportQt: YES (for enabling VTK widgets)
  • VTK_MODULE_ENABLE_VTK_ViewsQt: YES (for enabling VTK view widgets)

Note: make sure your built toolchain version is compatible with the chosen Qt version. For example if trying to build with Qt-5.12 and Microsoft Visual Studio 2019, then build will fail with the error error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl QLinkedListData::QLinkedListData(void)". The solution is to either change the toolset version to an earlier one (e.g., Visual Studio 2017) or upgrade Qt (e.g., use Qt-5.15 with Visual Studio 2019).

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cs1991/CTK.git
git@gitee.com:cs1991/CTK.git
cs1991
CTK
CTK
main

搜索帮助