|
unrrdu / unu | ||
| teem |

The architecture of unu is as follows:
--- unu: Utah Nrrd Utilities command-line interface ---
unu about ... Information about this program and its use
unu make ... Create a nrrd (or nrrd header) from scratch
unu head ... Print header of one or more nrrd files
unu data ... Print data segment of a nrrd file
unu convert ... Convert nrrd to another type (as if by per-value cast)
unu resample ... Filtering and {up,down}sampling with a seperable kernel
unu cmedian ... Cheap histogram-based median/mode filtering
unu minmax ... Print out min and max values in one or more nrrds
unu quantize ... Quantize values to 8, 16, or 32 bits
unu unquantize ... Recover floating point values from quantized data
unu project ... Collapse scanlines to scalars along some axis
unu slice ... Slice at a position along an axis
unu dice ... Save all slices along one axis into separate files
unu splice ... Replace a slice with a different nrrd
unu join ... Connect slices and/or slabs into a bigger nrrd
unu crop ... Crop along each axis to make a smaller nrrd
unu inset ... Replace a sub-region with a different nrrd
unu pad ... Pad along each axis to make a bigger nrrd
unu reshape ... Superficially change dimension and/or axes sizes
unu permute ... Permute scan-line ordering of axes
unu swap ... Interchange scan-line ordering of two axes
unu shuffle ... Permute slices along one axis
unu flip ... Reverse order of slices along one axis
unu unorient ... make image orientation be axis-aligned
unu axinfo ... Modify attributes of an axis
unu axinsert ... Add a "stub" (length 1) axis to a nrrd
unu axsplit ... Split one axis into two axes
unu axdelete ... Remove one or more singleton axes from a nrrd
unu axmerge ... Merge two adjacent axes into one
unu tile ... Tile slices of one axis into two other axes
unu untile ... Undo "unu tile": merge slow parts of two axis splits
unu histo ... Create 1-D histogram of values in a nrrd
unu dhisto ... Create (PGM) image of 1-D value histogram
unu jhisto ... Create joint histogram of two or more nrrds
unu histax ... Replace each scanline along an axis with its histogram
unu heq ... Perform histogram equalization
unu gamma ... Brighten or darken values with a gamma
unu 1op ... Unary operation on a nrrd
unu 2op ... Binary operation on two nrrds, or on a nrrd and a constant
unu 3op ... Ternary operation on three nrrds or constants
unu lut ... Map nrrd through one univariate lookup table
unu mlut ... Map nrrd through whole nrrd of univariate lookup tables
unu subst ... Map nrrd through a univariate substitution table
unu rmap ... Map nrrd through one *regular* univariate map ("colormap")
unu mrmap ... Map nrrd through a whole nrrd of regular univariate maps
unu imap ... Map nrrd through *irregular* univariate map ("colormap")
unu lut2 ... Map nrrd through a bivariate lookup table
unu ccfind ... Find connected components (CCs)
unu ccadj ... Form adjecency matrix of connected components
unu ccmerge ... Merge CCs with their neighbors, under various contraints
unu ccsettle ... Remap CC values down to lowest contiguous values
unu save ... Write nrrd with specific format, encoding, or endianness
The command line is dead, long live the command line.