This is cross-platform ITK and FLTK-based medical image viewer. This simple yet effective slice-based viewer works on 2D and 3D images and supports probing of data values.
This application was extracted for TubeTK from the ITKApps repository with git subtree.
Building requires CMake and a C++ compiler. To build:
git clone https://github.com/TubeTK/ImageViewer.git mkdir ImageViewer-Build cd ImageViewer-Build cmake ../ImageViewer make -j3
The resulting executable can be found at ImageViewer-build/ImageViewer/ImageViewer.
Pass in images to view as command line arguments. Press h to see keyboard shortcuts.