mia-2dlerp
{-1 io
} {-2 io
} {-o io
} {-p vfloat
} [
options
...]
Merge two images by pixel-wise linearly combining their intensities.
first input image . For supported file types see Plugin type: 2dimage/io
second input image . For supported file types see Plugin type: 2dimage/io
output vector field. For supported file types see Plugin type: 2dimage/io
image series positions (first, target, second)
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).
run a self test of the program
Combine image inputA.v and inputB.v by using position coordinates 4, 7, and 9. This means the output pixel values will be evaluated according to (9-7)/(9-4) * A + (7-4)/(9-4) * B The result image will be written to output.v
mia-2dlerp -1 inputA.v -2 inputB.v -p 4,7,9 -o output.v
Gert Wollny