CIBC:Documentation:SCIRun:Reference:Teem:UnuHisto
From SCIRun Documentation Wiki
Contents |
UnuHisto
Information
- Package: Teem
- Catagory: UnuAtoM
- Author(s): Darby Van Uitert
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Create 1-D histogram of values in a nrrd.
Detailed Description
Create 1-D histogram of values in a nrrd.
Weight Nrrd: Nrrd indicating how to weigh contributions to joint histogram. By default (not passing in this Nrrd), the increment is one bin count per sample, but by giving a nrrd, the value in the nrrd at the corresponding location will be the bin count increment.
Bins: Number of bins in histogram. This should be an integer.
Min: Value at low end of histogram. This value 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: Value at high end of histogram. This value 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: nrrd type to use in output histogram. The default is uint.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:Teem
