Skip to content

juanprietob/QtVTKViewer

Repository files navigation

QtVTKViewer

Description

This project is a light medical image viewer. It has gpu volume rendering capabilities for rgb images and surface rendering for gray scale level images.

Requirements:

CMake, Qt. You can install this packages in your system with any package manager. Homebrew for MAC, apt-get for Debian systems and yum for Redhat

Building

git clone https://github.com/juanprietob/QtVTKViewer
mkdir QtVTKViewer-build
cd QtVTKViewer-build
cmake ../QtVTKViewer
make

Executing

The executable will be placed in the 'inner' build folder (or search for qtvtkviewer executable)

QtVTKViewer-build/bin/qtvtkviewer <Image filename>

About

Medical image viewer, surface rendering, volume rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published