Rescale the image between two given values.
This application scales the given image pixel intensity between two given values. By default min (resp. max) value is set to 0 (resp. 255).
This section describes in details the parameters available for this application. Table 4.22, page 458 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is Rescale.
Parameter key | Parameter type |
Parameter description |
in | Input image |
Input Image |
out | Output image |
Output Image |
ram | Int |
Available RAM (Mb) |
outmin | Float |
Output min value |
outmax | Float |
Output max value |
inxml | XML input parameters file |
Load otb application from xml file |
outxml | XML output parameters file |
Save otb application to xml file |
|
||
|
||
|
||
|
||
|
To run this example in command-line, use the following:
To run this example from Python, use the following code snippet:
None
This application has been written by OTB-Team.