mia-3dlerp {-1 io} {-2 io} {-o io} {-p vfloat} [
options
...]
merge two images by linear combination.
first input image . For supported file types see Plugin type: 3dimage/io
second input image . For supported file types see Plugin type: 3dimage/io
output vector field. For supported file types see Plugin type: 3dimage/io
image series positions (first, target, second)
run a self test of the tool
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
| info: | Low level messages |
| trace: | Function call trace |
| fail: | Report test failures |
| warning: | Warnings |
| error: | Report errors |
| debug: | Debug output |
| message: | Normal messages |
| fatal: | Report only fatal errors |
print copyright information
print this help
print a short help
print the version number and exit
Combine image inputA.v and inputB.v by using position coordinates 4, 7, and 9 and write the result to output.v
mia-3dlerp -1 inputA.v -2 inputB.v -p 4,7,9 -o output.v