VolViewer: Difference between revisions

From BanghamLab
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Image:VolViewer.png|256px|thumb|The VolViewer main application window.]]
[[Image:VolViewer.png|256px|thumb|The VolViewer main application window.]]


VolViewer is an open source application for the interactive visualisation and quantification of biological data. The application is written in C++ using OpenGL and Qt.
<span style="color: Navy">'''What'''?</span> VolViewer is used for''' viewing volume images''' from, for example, '''confocal''' microscopy or optical projection tomography ('''OPT'''). VolViewer provides tools for making measurements in three dimensions. It also makes 'cool' movies such as fly-throughs. <br>
<span style="color: Navy">Features:</span>


Features:
* '''Real-time''' volume rendering using an optimized 3D texture slicing algorithm.
 
* Provides a''' 3D viewer service''' to other systems, e.g. Matlab, 'C', Python, etc.
* Real-time volume rendering using an optimized 3D texture slicing algorithm.
* Interactive transfer functions to independently adjust opacity and intensity for up to three data channels.
* Interactive transfer functions to independently adjust opacity and intensity for up to three data channels.
* Real-time per channel thresholding, brightness and contrast operators.
* Real-time per channel thresholding, brightness and contrast operators.
* On-the-fly gradient computation for local illumination.
* On-the-fly gradient computation for local illumination.
* Iso-surface computation with surface smoothing.
* Iso-surface computation with surface smoothing.
* Section viewing in any orientation / position.
* '''Section viewing''' in any orientation / position.
* Real-time volume clipping.
*''' Real-time volume clipping'''.
* 3D measurements, filters & segmentation.
* '''3D measurements, filters & segmentation.'''
* Key frame interpolation for easy movie creation.
* Key frame interpolation for''' easy movie creation'''.
* Stereo rendering using either quad buffer or anaglyph mode.
* '''Stereo rendering''' using either quad buffer or anaglyph mode. (Requires nvidea quadro board or equivalent and 3D display.)<br>


Requirements: An OpenGL 2.1 / GLSL 1.20 compatible GPU with a recomended 512MB of memory.
<span style="color: Navy">'''How'''?</span> It is open source and written in C++ using OpenGL and Qt.<br>
<span style="color: Navy">'''Where'''? </span>Binaries are available for the PC, Mac and Linux, see below. Requirements: An OpenGL 2.1 / GLSL 1.20 compatible GPU with a recomended 512MB of memory.


==<span style="color: Navy">User Documentation</span>==
==<span style="color: Navy">User Documentation</span>==
Line 83: Line 84:
=<span style="color: Navy">Author</span>=
=<span style="color: Navy">Author</span>=


* [[Jerome Avondo| Dr Jerome Avondo]]
* [[Jerome Avondo| Dr Jerome Avondo]] Supported by the BBSRC through UEA Computing School and JIC.

Revision as of 21:52, 1 March 2012

Back to BanghamLab software

What? How? Where?

The VolViewer main application window.

What? VolViewer is used for viewing volume images from, for example, confocal microscopy or optical projection tomography (OPT). VolViewer provides tools for making measurements in three dimensions. It also makes 'cool' movies such as fly-throughs.
Features:

  • Real-time volume rendering using an optimized 3D texture slicing algorithm.
  • Provides a 3D viewer service to other systems, e.g. Matlab, 'C', Python, etc.
  • Interactive transfer functions to independently adjust opacity and intensity for up to three data channels.
  • Real-time per channel thresholding, brightness and contrast operators.
  • On-the-fly gradient computation for local illumination.
  • Iso-surface computation with surface smoothing.
  • Section viewing in any orientation / position.
  • Real-time volume clipping.
  • 3D measurements, filters & segmentation.
  • Key frame interpolation for easy movie creation.
  • Stereo rendering using either quad buffer or anaglyph mode. (Requires nvidea quadro board or equivalent and 3D display.)

How? It is open source and written in C++ using OpenGL and Qt.
Where? Binaries are available for the PC, Mac and Linux, see below. Requirements: An OpenGL 2.1 / GLSL 1.20 compatible GPU with a recomended 512MB of memory.

User Documentation


Quick Guide Video Tutorials

Sample Data

VolViewer Figure2.gif VolViewer Figure3.gif VolViewer Figure5.gif VolViewer Figure7.gif
Antirinhium Meristem Arabidopsis Seedling Arabidopsis Leaf (GL2:GUS expression in red) Arabidopsis Leaf (Ath8:::GUS expression in red)
Download Download Download Download

* all data courtesy of Karen Lee [1]

Download

Although we try to keep up to date builds these sometimes lag behind the SVN trunk. So if you want the latest version / features, it is best to build the application from the trunk of the SVN. The build system is based on qmake for easy cross platform compilation.

Windows (32bit) Windows (64bit) Linux MacOS X (i386/x86_64/10.5+)


Note that for the windows versions you will need to install the corresponding Microsoft Visual C++ 2010 SP1 Redistributable Package which can be found here: 32bit and 64bit.

Source Code

Public SVN: https://cmpdartsvr1.cmp.uea.ac.uk/banghamlabSVN/VolViewer/

Building from source

Media/Press

VolViewer has appeared in the following:

Front cover: Handbook of Plant Science | Front cover: The Plant Cell | Royal Microscopical Society: Infocus Magazine | Bundled with the Bioptonic 3001 scanner: Bioptonics Viewer | The Guardian newspaper: 3D Fruit fly | Qt Ambassador program | Triffid Nurseries website

Author