table of contents
OTBGUI_RESCALE(1) | User Commands | OTBGUI_RESCALE(1) |
NAME¶
otbgui_Rescale - OTB Rescale application
DESCRIPTION¶
This is the Rescale application, version 5.2.0 Rescale the image between two given values.
Complete documentation: http://www.orfeo-toolbox.org/Applications/Rescale.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)
- -ram
- <int32> Available RAM (Mb) (optional, off by default, default value is 128)
- -outmin
- <float> Output min value (optional, on by default, default value is 0)
- -outmax
- <float> Output max value (optional, on by default, default value is 255)
- -inxml
- <string> Load otb application from xml file (optional, off by default)
EXAMPLES¶
otbgui_Rescale -in QB_Toulouse_Ortho_PAN.tif -out rescaledImage.png uchar -outmin 0 -outmax 255
SEE ALSO¶
The full documentation for otbgui_Rescale is maintained as a Texinfo manual. If the info and otbgui_Rescale programs are properly installed at your site, the command
- info otbgui_Rescale
should give you access to the complete manual.
December 2015 | otbgui_Rescale 5.2.0 |