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