All Projects → commontk → Ctk

commontk / Ctk

Licence: apache-2.0
A set of common support code for medical imaging, surgical navigation, and related purposes.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ctk

Mne Cpp
MNE-CPP: A Framework for Electrophysiology
Stars: ✭ 104 (-79.12%)
Mutual labels:  cross-platform, medical-imaging, qt
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+79.92%)
Mutual labels:  cross-platform, medical-imaging, qt
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-83.33%)
Mutual labels:  dicom, medical-imaging, qt
Extensionsindex
Slicer extensions index
Stars: ✭ 36 (-92.77%)
Mutual labels:  cross-platform, medical-imaging, qt
Cutehmi
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Stars: ✭ 90 (-81.93%)
Mutual labels:  open-source, cross-platform, qt
Thermal
One stop to manage all git repository
Stars: ✭ 321 (-35.54%)
Mutual labels:  open-source, cross-platform
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-32.93%)
Mutual labels:  cross-platform, qt
Psi
XMPP client
Stars: ✭ 337 (-32.33%)
Mutual labels:  cross-platform, qt
Beeftext
A text snippet tool for Windows.
Stars: ✭ 366 (-26.51%)
Mutual labels:  open-source, qt
Gameplay
Open-source, cross-platform, C++ game engine for creating 2D/3D games.
Stars: ✭ 3,429 (+588.55%)
Mutual labels:  open-source, cross-platform
Urho3d
Cross-platform 2D and 3D game engine
Stars: ✭ 3,767 (+656.43%)
Mutual labels:  open-source, cross-platform
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+787.15%)
Mutual labels:  open-source, cross-platform
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (-36.35%)
Mutual labels:  cross-platform, qt
Symphytum
Symphytum Personal Database Software
Stars: ✭ 311 (-37.55%)
Mutual labels:  cross-platform, qt
Onionshare
Securely and anonymously share files, host websites, and chat with friends using the Tor network
Stars: ✭ 4,961 (+896.18%)
Mutual labels:  open-source, cross-platform
Weasis
Weasis is a DICOM viewer available as a desktop application or as a web-based application.
Stars: ✭ 311 (-37.55%)
Mutual labels:  dicom, medical-imaging
Mitk
The Medical Imaging Interaction Toolkit.
Stars: ✭ 360 (-27.71%)
Mutual labels:  dicom, medical-imaging
Toou 2d
基于Qt Quick(Qml) 跨平台技术打造的2D框架
Stars: ✭ 413 (-17.07%)
Mutual labels:  cross-platform, qt
Cornerstonetools
A framework for tools built on top of Cornerstone.
Stars: ✭ 411 (-17.47%)
Mutual labels:  dicom, medical-imaging
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (-14.26%)
Mutual labels:  cross-platform, qt

Common Toolkit

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

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:\Qt\5.15.0\msvc2019_64\lib\cmake\Qt5 (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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].