mia-2dtransform
{-i io
} {-o io
} {-t io
} [
options
...]
This program is used to deform a 2D image using a given transformation.
input image. For supported file types see Plugin type: 2dimage/io
output image. For supported file types see Plugin type: 2dimage/io
transformation file name. For supported file types see Plugin type: 2dtransform/io
override the interpolator provided by the transformation
override the boundary conditions provided by the transformation. This is only used if the interpolator is overridden.
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
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).
Transform an image input.png by the transfromation stored in trans.v by using linear interpolation and zero boundary conditions and store the result in output.png
mia-2dtransform -i input.png -t trans.v -o output.png -p bspline:d=1 -b zero
Gert Wollny