DESCRIPTION
This is the RigidTransformResample application, version 5.2.0 Resample an image with a rigid transformComplete documentation: http://www.orfeo-toolbox.org/Applications/RigidTransformResample.html
Parameters:
- -progress
- <boolean> Report progress
-in <string> Input image (mandatory)
-out <string> [pixel] Output image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
- -transform.type
- <string> Type of transformation [id/translation/rotation] (mandatory, default value is id)
- -transform.type.id.scalex
- <float> X scaling (mandatory, default value is 1)
- -transform.type.id.scaley
- <float> Y scaling (mandatory, default value is 1)
- -transform.type.translation.tx
- <float> The X translation (in physical units) (mandatory, default value is 0)
- -transform.type.translation.ty
- <float> The Y translation (in physical units) (mandatory, default value is 0)
- -transform.type.translation.scalex <float>
- X scaling (mandatory, default value is 1)
- -transform.type.translation.scaley <float>
- Y scaling (mandatory, default value is 1)
- -transform.type.rotation.angle
- <float> Rotation angle (mandatory, default value is 0)
- -transform.type.rotation.scalex
- <float> X scaling (mandatory, default value is 1)
- -transform.type.rotation.scaley
- <float> Y scaling (mandatory, default value is 1)
- -interpolator
- <string> Interpolation [nn/linear/bco] (mandatory, default value is bco)
- -interpolator.bco.radius
- <int32> Radius for bicubic interpolation (mandatory, default value is 2)
- -ram
- <int32> Available RAM (Mb) (optional, off by default, default value is 128)
- -inxml
- <string> Load otb application from xml file (optional, off by default)