CTL
0.6.1
Computed Tomography Library
|
Platform independent C++ toolkit for computed tomography simulations.
apt install build-essential
apt install qt5-default
e.g. in case of a Nvidia GPU:
apt install nvidia-opencl-dev
apt install opencl-headers
We use the qmake build system. You may check out our examples in the examples
folder, where you can find a project file (.pro
) for each example. To build an example you can run the following commands:
cd /path/to/source (where the .pro file lives) mkdir build cd build qmake .. make
The CTL provides several modules. According to your needs, you can select only a subset of modules. Each module has a corresponding .pri file that you can include into your qmake project (.pro file) using the syntax
include(example_module.pri)
Module are subdivided into submodules. So far, the following modules are available:
For the 3d visualization widgets you need to install the Qt3D module (Qt version >= 5.9 required):
apt install qt3d5-dev
As an IDE, Qt Creator is recommended:
apt install qtcreator
We thank our admin Viktor Sayenko for hosting this website on https://www.stimulate.de/ctl.