mia-3dlerp

Sysnopis:

mia-3dlerp {-1 io} {-2 io} {-o io} {-p vfloat} [ options ...]

Description:

merge two images by linear combination.

Options:

-1, --first=(input,required)

first input image . For supported file types see Plugin type: 3dimage/io

-2, --second=(input,required)

second input image . For supported file types see Plugin type: 3dimage/io

-o, --out-file=(output,required)

linearly interpolated image. For supported file types see Plugin type: 3dimage/io

-p, --positions=(required)

image series positions (first, target, second)

--self-test

run a self test of the tool

Help & Info

-V, --verbose=warning

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
--copyright

print copyright information

-h, --help

print this help

-?, --usage

print a short help

--version

print the version number and exit

Processing

--threads=-1

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).

Example:

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

Author(s):

Gert Wollny