.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH OTBCLI_RIGIDTRANSFORMRESAMPLE "1" "December 2015" "otbcli_RigidTransformResample 5.2.0" "User Commands" .SH NAME otbcli_RigidTransformResample \- OTB RigidTransformResample application .SH DESCRIPTION This is the RigidTransformResample application, version 5.2.0 Resample an image with a rigid transform .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/RigidTransformResample.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-in\fR Input image (mandatory) \fB\-out\fR [pixel] Output image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) .TP \fB\-transform\fR.type Type of transformation [id/translation/rotation] (mandatory, default value is id) .TP \fB\-transform\fR.type.id.scalex X scaling (mandatory, default value is 1) .TP \fB\-transform\fR.type.id.scaley Y scaling (mandatory, default value is 1) .TP \fB\-transform\fR.type.translation.tx The X translation (in physical units) (mandatory, default value is 0) .TP \fB\-transform\fR.type.translation.ty The Y translation (in physical units) (mandatory, default value is 0) .TP \fB\-transform\fR.type.translation.scalex X scaling (mandatory, default value is 1) .TP \fB\-transform\fR.type.translation.scaley Y scaling (mandatory, default value is 1) .TP \fB\-transform\fR.type.rotation.angle Rotation angle (mandatory, default value is 0) .TP \fB\-transform\fR.type.rotation.scalex X scaling (mandatory, default value is 1) .TP \fB\-transform\fR.type.rotation.scaley Y scaling (mandatory, default value is 1) .TP \fB\-interpolator\fR Interpolation [nn/linear/bco] (mandatory, default value is bco) .TP \fB\-interpolator\fR.bco.radius Radius for bicubic interpolation (mandatory, default value is 2) .TP \fB\-ram\fR Available RAM (Mb) (optional, off by default, default value is 128) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbcli_RigidTransformResample \-in qb_toulouse_sub.tif \-out rigitTransformImage.tif \-transform.type rotation \-transform.type.rotation.angle 20 \-transform.type.rotation.scalex 2. \-transform.type.rotation.scaley 2. .SH "SEE ALSO" The full documentation for .B otbcli_RigidTransformResample is maintained as a Texinfo manual. If the .B info and .B otbcli_RigidTransformResample programs are properly installed at your site, the command .IP .B info otbcli_RigidTransformResample .PP should give you access to the complete manual.