Difference between revisions of "NRRD"

From Web3D.org
Jump to: navigation, search
(Possibilities for Future Work: example formats)
(Possibilities for Future Work: Stanford volume data archive)
Line 27: Line 27:
 
** [http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2954506/ Uvf - Unified Volume Format]
 
** [http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2954506/ Uvf - Unified Volume Format]
 
** [http://lcni.uoregon.edu/~dow/Space_software/Space_documentation/File_format_specification.html Space Volume] native file format specification by Space Software
 
** [http://lcni.uoregon.edu/~dow/Space_software/Space_documentation/File_format_specification.html Space Volume] native file format specification by Space Software
 +
** [http://www-graphics.stanford.edu/data/voldata Stanford volume data archive]
 
* Consider suitability of NRRD to be part of a collection of standards (DICOM, X3D, NRRD, others) for archival medical records
 
* Consider suitability of NRRD to be part of a collection of standards (DICOM, X3D, NRRD, others) for archival medical records
 
* Assess whether NRRD maturity is sufficient to initiate standardization efforts by [http://www.web3D.org Web3D Consortium] for the [http://www.iso.org International Organization for Standardization (ISO)]
 
* Assess whether NRRD maturity is sufficient to initiate standardization efforts by [http://www.web3D.org Web3D Consortium] for the [http://www.iso.org International Organization for Standardization (ISO)]

Revision as of 09:53, 5 September 2013

NRRD for Volume Visualization

Nearly Raw Raster Data (NRRD a.k.a. 'Nerd') is a data format and toolset for representing volume data.

The NRRD website includes extensive details, examples, conversion utilities, resources, and references.

NRRD and the corresponding teem software library facilitates the pre-processing tasks (cropping, quantizing, resampling) of volume data. It also helps with the basic analysis tasks which help to understand the structure of a dataset (histograms, maximum intensity projections, connected components).

In addition to the teem library and codebase, several important tools support the processing and use of NRRD volume data format as well as DICOM:

The X3D Volume Rendering component defines how to describe the presentation of volumetric data in interactive 3D scenes. These capabilities were approved in X3D version 3.3. Support for the NRRD format is optional for X3D players. For more details on processing pipelines, see the Web3D 2013 Tutorial!

The X3D Basic Examples - Volume Visualization provides example X3D scenes utilizing NRRD. These scenes have been prepared by Virginia Tech (VT) Visionarium research group and published under an open-source license.

Possibilities for Future Work