mia-3dcost-translatedgrad
{-i io
} {-r io
} {-o io
} [
options
...]
Evaluate the cost gradient between two images and evaluate the transformation related gradient for it based on the given transformation model.
input image . For supported file types see Plugin type: 3dimage/io
reference image . For supported file types see Plugin type: 3dimage/io
output vector field . For supported file types see Plugin type: 3dtransform/io
norm image of the spline transformed gradient. For supported file types see Plugin type: 3dimage/io
norm image of the cost gradient. For supported file types see Plugin type: 3dimage/io
Transformation the gradient relates to. For supported plug-ins see Plugin type: 3dimage/transform
cost function to use. For supported plug-ins see Plugin type: 3dimage/cost
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).
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
Gert Wollny