VolViewerOMERO: Difference between revisions
Jump to navigation
Jump to search
JeromeAvondo (talk | contribs) (Created page with '=Overview=') |
JeromeAvondo (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
It is possible to build VolViewer with support for reading images directly from an OMERO server. The viewer can read an XYZC image stack with up to 3 channels. Minimal metadata such as the image dimensions, physical voxel size and channel min/max threshold values are also supported. For exact implementation details of the OMERO loader please refer to these files from the SVN: | |||
=Requirements= | |||
To build VolViewer you require the following: | |||
* An SVN client, such as [http://tortoisesvn.tigris.org/ TortoiseSVN] for windows or svn for linux/[http://www.open.collab.net/downloads/community/ mac]. | |||
* Latest [http://qt.nokia.com/downloads Qt libraries]. |
Revision as of 09:22, 28 October 2011
Overview
It is possible to build VolViewer with support for reading images directly from an OMERO server. The viewer can read an XYZC image stack with up to 3 channels. Minimal metadata such as the image dimensions, physical voxel size and channel min/max threshold values are also supported. For exact implementation details of the OMERO loader please refer to these files from the SVN:
Requirements
To build VolViewer you require the following:
- An SVN client, such as TortoiseSVN for windows or svn for linux/mac.
- Latest Qt libraries.