overview

arti

an accelerated radon transformation interface

  • provides a GUI that makes clipping recorded image squences easy
  • so the rotational axis is in the middle
  • written in C++ using QT and VTK
  • integrates an inverse radon transformation
    • using multi threading
    • and accelerated by using the SSE4 and AVX instruction set.
  • provides a z-stack view of the resulting volume
  • a raytracer
  • and exports to .vdi .mhd and .json (for vtk.js)

dependencies

  • VTK >= 9.0

for example (debian/ubuntu)

sudo apt install build-essential cmake libvtk9-dev libvtk9-qt-dev

getting the source code

git clone https://gitlab.com/csc1/arti.git

building

mkdir build
cd build
cmake ..
make

input data

the input data is expected to be a sequence of .jpg files in a directory in the form of

0001.jpg
0002.jpg
0003.jpg

and so on.

gitlab

arti gitlab page