Giter Site home page Giter Site logo

al-sabr / ctk-motionbox Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.88 MB

License: Apache License 2.0

CMake 2.09% C++ 56.57% Python 0.03% C 0.22% XSLT 0.10% HTML 34.31% QML 1.79% Shell 0.03% Roff 2.90% QMake 0.15% PostScript 0.01% TeX 0.01% JavaScript 1.70% CSS 0.12%

ctk-motionbox's Introduction

Common Toolkit

image

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).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.