unu-histax - Man Page
replace each scanline along an axis with its histogram
Synopsis
unu histax -a,--axis <axis> -b,--bin <bins> [-t,--type <type>] [-min,--minimum <value>] [-max,--maximum <value>] [-blind8 <bool>] [-i,--input <nin>] [-o,--output <nout>]
Description
Replace each scanline along an axis with its histogram.
- Uses nrrdHistoAxis
Options
- -a <axis> , --axis <axis>
axis to histogram along (unsigned int)
- -b <bins> , --bin <bins>
# of bins in histogram (unsigned int) -t <type> , --type <type> output type; default: “uint”
- -min <value> , --minimum <value>
The value to map to zero, given explicitly as a regular number, or, if the number is given with a “%” suffix, this minimum is specified in terms of the percentage of samples in input that are lower. “0%” means the lowest input value is used, “1%” means that the 1% of the lowest values are all mapped to zero. By default (not using this option), the lowest input value is used. (string); default: “nan”
- -max <value> , --maximum <value>
The value to map to the highest unsigned integral value, given explicitly as a regular number, or, if the number is given with a “%” suffix, this maximum is specified in terms of the percentage of samples in input that are higher. “0%” means the highest input value is used, which is also the default behavior (same as not using this option). (string); default: “nan”
- -blind8 <bool>
Whether to know the range of 8-bit data blindly (uchar is always [0,255], signed char is [-128,127]). (bool); default: “true”
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”