User Guide

CamiTK User Documentation

This page explains the basics of using CamiTK imp, the main interactive application. In this page you will see

Opening and interacting with medical images

In CamiTK, Components represent data such as images and meshes, and Viewers display graphical representations of Components. Written on top of Qt (for user interface) and VTK (for 3D visualization), CamiTK hide all their complexity as you can see in this video.

Processing medical images and meshes

To process, create of modify Components, CamiTK uses Actions (list of all built-in actions).

Getting support and reporting bugs

If you need more advanced and dedicated support, please contact us.

Advanced usage

Frames and geometrical transformations

[ Work in progress ]

Automatic data processing

Besides imp, another application called ActionStateMachine is provided with CamiTK. This interface allows to run processing pipelines in a consistent way.

[ Work in progress ]

Develop your own extensions

If you want to add functionality (image processing algorithm, file format or hardware support…), you can implement your own extensions.

Go to the Extension developer documentation.