mia-3dcombine-imageseries
{-o io
} [
options
...] [
Plugin type: 3dimage/io
...]
This programs takes various input images of the same dimensions and creates a combined output images that uses the define operation for the combination.
output file that contains the combined image.. For supported file types see Plugin type: 3dimage/io
Operation to be applied when combining the images
add: | add pixel intensities |
max: | select max per pixel intensity |
mean: | mean image intensities |
Output pixel representation (if not given, then the representation of the first input image will be used
float: | floating point 32 bit |
sint: | signed 32 bit |
bit: | binary data |
ulong: | unsigned 64 bit |
uint: | unsigned 32 bit |
none: | no pixel type defined |
sshort: | signed 16 bit |
double: | floating point 64 bit |
ubyte: | unsigned 8 bit |
ushort: | unsigned 16 bit |
slong: | signed 64 bit |
sbyte: | signed 8 bit |
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
debug: | Debug output |
message: | Normal messages |
info: | Low level messages |
error: | Report errors |
fatal: | Report only fatal errors |
trace: | Function call trace |
warning: | Warnings |
fail: | Report test failures |
print copyright information
print this help
print a short help
print the version number and exit
Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).
mia-3dcombine-imageseries
Gert Wollny