rkwitt / ImageViewer

A lightweight, cross-platform 2D/3D medical image viewer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageViewer

Description

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

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.

Usage

Pass in images to view as command line arguments. Press h to see keyboard shortcuts.

About

A lightweight, cross-platform 2D/3D medical image viewer.


Languages

Language:C++ 68.2%Language:Objective-C 30.8%Language:C 1.0%