mia-2dforce {-i io} {-o io} {-r io} {-c string} [
options
...]
This image evaluate the force field between two images based on a given cost function.
input image. For supported file types see Plugin type: 2dimage/io
output force norm image. For supported file types see Plugin type: 2dimage/io
reference image. For supported file types see Plugin type: 2dimage/io
cost function to use
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 force between test.v and reference.v by using SSD ans save the norm of the force to forcenorm.v
mia-2dforce -i test.v -r reference.v -c ssd -o forcenorm.v