Difference between revisions of "NRRD"

From Web3D.org
Jump to: navigation, search
m
(NRRD for Volume Visualization)
Line 1: Line 1:
 
== NRRD for Volume Visualization ==
 
== NRRD for Volume Visualization ==
  
Nearly Raw Raster Data (NRRD) is a data format and toolset for describing volume data.
+
Nearly Raw Raster Data (NRRD a.k.a. 'Nerd') is a data format and toolset for describing volume data.
  
 
The [http://teem.sourceforge.net/nrrd NRRD] website includes extensive details, examples, conversion utilities, resources, and references.
 
The [http://teem.sourceforge.net/nrrd 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).
+
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).
  
 
The [http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/volume.html 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.
 
The [http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/volume.html 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.

Revision as of 09:40, 5 September 2013

NRRD for Volume Visualization

Nearly Raw Raster Data (NRRD a.k.a. 'Nerd') is a data format and toolset for describing 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).

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.

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