Puneet Varma (Editor)

Voreen

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Operating system
  
Cross-platform

Website
  
voreen.uni-muenster.de

Voreen

Stable release
  
4.4 / December 20, 2013; 3 years ago (2013-12-20)

Written in
  
C++ (Qt), OpenGL, GLSL, OpenCL. Python

Type
  
Volume rendering, Interactive visualization

License
  
GNU General Public License Version 2

Voreen (volume rendering engine) is an open source volume visualization library and development platform. Through the use of GPU-based volume rendering techniques it allows high frame rates on standard graphics hardware to support interactive volume exploration.

Contents

History

Voreen has been initiated at the Department of Computer Science at the University of Münster, Germany in 2004 and was first released on 11 April 2008 under the GNU general public license (GPL). Voreen is written in C++ utilizing the Qt framework and using the OpenGL rendering acceleration API, and is able to achieve high interactive frame rates on consumer graphics hardware. It is platform independent and compiles on Windows, Linux and Mac OS X. The source code and documentation, and since July 2009 also pre-compiled binaries for Windows and Mac OS X, are available from its website and via Subversion. Although it is intended and mostly used for medical applications, any other kind of volume data can be handled, e.g., microscopy, flow data or other simulations.

Concepts

The visualization environment VoreenVE based on that engine is designed for authoring and performing interactive visualizations of volumetric data. Different visualizations can be assembled in form of so-called networks via rapid prototyping, with each network consisting of several processors. Processors perform more or less specialized tasks for the entire rendering process, ranging from supplying data over raycasting, geometry creation and rendering to image processing. Within the limits of their respective purposes, the processors can be combined freely with each other, and thereby granting a great amount of flexibility and providing a uniform way of handling volume rendering. Authors who need to implement a certain rendering technique can confine their work basically on the development of new processors, whereas users who only want to access a certain visualization simply need to employ the appropriate processors or networks and do not need to care about technical details.

Features

Visualization

  • Direct volume rendering (DVR), isosurface rendering, maximum intensity projection (MIP)
  • Support of different illumination models (Phong reflection model, tone shading, ambient occlusion)
  • Interactive internal and external labeling
  • Flexible combination of image processing operators (depth darkening, glow, chromadepth, edge detection)
  • Glyph-based visualization of multimodal datasets (not yet publicly available)
  • Visualization of time-varying as well as segmented 3D datasets
  • Support for 1D and 2D transfer functions/CLUTs
  • Interaction

  • Up to 6 axis aligned clipping planes
  • Editors for 1D and 2D transfer functions
  • Editable lighting and material parameters
  • Distance measurements (not yet publicly available)
  • Data I/O

  • Support for several volume file formats (DICOM, TIFF stacks, RAW, interfile, Vevo, …)
  • Preprocessing capabilities (volume cropping, gradient calculation, downscaling, filtering)
  • High-resolution screenshot and camera animation generation with anti-aliasing
  • Python scripting for offline image processing and visualization
  • References

    Voreen Wikipedia


    Similar Topics