CIBC:Documentation:SCIRun:Reference:Teem:ConvertNrrdToColorMap2
From SCIRun Documentation Wiki
Contents |
ConvertNrrdToColorMap2
Information
- Package: Teem
- Catagory: Converters
- Author(s): Martin Cole
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Load an Image and output it as a ColorMap2
Detailed Description
The input nrrd must be and rgba image that is 512 x 256, so a 3 dimensional nrrd that is 4 x 512 x 256
Typically this is used to create a precise image to texture your volume vis with. The inputs to EditTransferFunc2 take a ColorMap2 and a nrrd. That nrrd is a 2d histogram, which can be saved and converted to an image readable by 3rd party painting programs. You can then paint the areas of the image as you wish, and convert it back to a nrrd, then feed it to this module to send downstream as a ColorMap2.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:Teem
