mia-3dcost-translatedgrad

Sysnopis:

mia-3dcost-translatedgrad {-i io} {-r io} {-o io} [ options ...]

Description:

Evaluate the cost gradient between two images and evaluate the transformation related gradient for it based on the given transformation model.

Options:

-i, --in-file=(input,required)

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

-r, --ref-file=(input,required)

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

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

output vector field . For supported file types see Plugin type: 3dtransform/io

-g, --gradimg-file=(output)

norm image of the spline transformed gradient. For supported file types see Plugin type: 3dimage/io

-C, --cost-gradimg-file=(output)

norm image of the cost gradient. For supported file types see Plugin type: 3dimage/io

-f, --transForm=spline:rate=5

Transformation the gradient relates to. For supported plug-ins see Plugin type: 3dimage/transform

-c, --cost=ssd

cost function to use. For supported plug-ins see Plugin type: 3dimage/cost

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:

Evaluate the SSD cost between src.v and ref.v and store the gradient gradient corresponding to a spline transformation in grad.v3dt.

mia-3dcost-translatedgrad -i src.v -o grad.v3dt -f spline:rate=8 -c ssd

Author(s):

Gert Wollny