CIBC:Documentation:SCIRun:Reference:Teem:UnuLut
From NCRR Biomedical Software Development, Engineering, and Dissemination Wiki
Contents |
UnuLut
Information
- Package: Teem
- Catagory: UnuAtoM
- Author(s): Darby Van Uitert
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Map nrrd through univariate lookup table (itself represented as a nrrd). The lookup table can be 1D, in which case the output has the same dimension as the input, or 2D, in which case the output has one more dimension than the input, and each value is mapped to a scanline (along axis 0) from the lookup table.
Detailed Description
Map nrrd through univariate lookup table (itself represented as a nrrd). The lookup table can be 1D, in which case the output has the same dimension as the input, or 2D, in which case the output has one more dimension than the input, and each value is mapped to a scanline (along axis 0) from the lookup table.
Rescale to the Lookup Table : indicates whether to rescale the input values from the input range to the lut domain. The lut domain is either explicitly defined by the axis min,max along axis 0 or 1, or, it is implicitly defined as zero to the length of that axis.
Min : Only used when rescaling to Lookup Table. Indicates the low end of input range. Should be a double. To disregard this value and use the lowest value of the input nrrd, check Use lowest value of input nrrd as min.
Max : Only used when rescaling to Lookup Table. Indicates the high end of input range. Should be a double. To disregard this value and use the highest value of the input nrrd, check Use highest value of input nrrd as max.
Type: Specify the type of the output nrrd. If Use lut's type as output type is checked, this value will be disregarded and the lut type will be used.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:Teem
