Home

Awesome

Sight

BranchStatus
Devpipeline status
Masterpipeline status

Description

<!-- (cspell: disable) -->

Sight, the Surgical Image Guidance and Healthcare Toolkit aims to ease the creation of applications based on medical imaging.

<!-- (cspell: enable) -->

It encompasses a range of functionalities, including 2D and 3D digital image processing, visualization, augmented reality, and medical interaction simulation. Compatible with both Linux and Windows operating systems, it is coded in C++ and offers swift interface design through XML files. Moreover, it is freely accessible under the LGPL license.

Sight is developed by the Surgical Data Science Team of IRCAD France, where it is used everyday to develop innovative applications for the operating room and medical research centers.

Numerous tutorials and examples, housed within the tutorials and examples directories, are available to facilitate your smooth learning journey with Sight.

Detailed steps are described here.

Features

Hardware / Operating System / Compiler support

Sight is written in standard C++20 and use CMake as its build system, which means that Sight should compile on any operating system that provides support for a decent C++20 compiler, CMake, AND Sight's dependencies (see Install for a list of dependencies for Linux platform). However, we currently have access to a limited set of hardware/OS/compiler combinations where the code is actually tested on a regular basis.

Such combination includes:

If your platform is not listed, that doesn't imply Sight will not build, just we cannot guarantee it. If you're using such a platform and manage to build and utilize Sight, please feel free to share your success with us!

Applications

Sight Viewer

Sight Viewer is a full featured medical image and mesh viewer with advanced rendering features such as volume rendering. It supports most medical image formats, and can also retrieve DICOM files from a PACS. It demonstrates many useful features of Sight.

<div align=center style="text-align: center; display: flex; flex-flow: row wrap; justify-content: space-around;"> <figure> <img src="https://git.ircad.fr/sight/sight-doc/-/raw/dev/Introduction/media/SightViewer01.gif"> <figcaption> <b><i>MPR view of a medical 3D image with additional volume rendering</i></b> </figcaption> </figure> <figure> <img src="https://git.ircad.fr/sight/sight-doc/-/raw/dev/Introduction/media/SightViewer02.gif"> <figcaption> <b><i>Volume rendering and transfer function tuning</i></b> </figcaption> </figure> <figure> <img src="https://git.ircad.fr/sight/sight-doc/-/raw/dev/Introduction/media/mixed_vr_reconstructions.gif"> <figcaption> <b><i>Volume rendering mixed with 3D surfacic meshes</i></b> </figcaption> </figure> </div>

Sight Calibrator

Sight Calibrator is a user-friendly application to calibrate mono and stereo cameras. This software is a must-have since camera calibration is a mandatory step in any AR application.

<div align=center style="text-align: center; display: flex; flex-flow: row wrap; justify-content: space-around;"> <figure style=""> <img src="https://git.ircad.fr/sight/sight-doc/-/raw/dev/Introduction/media/SightCalibrator01.gif"> <figcaption> <b><i>Intrinsic & extrinsic calibration of mono/stereo cameras with live reprojection error display</i></b> </figcaption> </figure> </div>

Install

See detailed install instructions for Windows and Linux.

Documentation

Support

Please note that our GitLab is currently only available in read-only access for external developers and users. This is a restriction because of the licensing model of GitLab. Since we use an EE version, we would be forced to pay for every community user, and unfortunately we cannot afford it. This licensing model might change in the future https://gitlab.com/gitlab-org/gitlab-ee/issues/4382 though.

Until then, we gently ask our community users to use our GitHub mirror to report any issues or propose contributions.

You can also get live community support on the gitter chat room.