This application opens an image and save it. Pay attention, it includes Latex snippets in order to generate software guide documentation
The purpose of this application is to present parameters types, and Application class framework. It is used to generate Software guide documentation for Application chapter example.
This section describes in details the parameters available for this application. Table 4.154, page 802 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is Example.
Parameter key | Parameter type |
Parameter description |
in | Input image |
Input Image |
out | Output image |
Output Image |
boolean | Boolean |
Boolean |
int | Int |
Integer |
float | Float |
Float |
string | String |
String |
filename | Input File name |
File name |
directory | Directory |
Directory name |
choice | Choices |
Choice |
choice choice1 | Choice |
Choice 1 |
choice choice2 | Choice |
Choice 2 |
choice choice3 | Choice |
Choice 3 |
choice.choice1.floatchoice1 | Float |
Float of choice1 |
choice.choice3.floatchoice3 | Float |
Float of choice3 |
ingroup | Group |
Input Group |
ingroup.integer | Int |
Integer of Group |
ingroup.images | Group |
Input Images Group |
ingroup.images.inputimage | Input image |
Input Image |
outgroup | Group |
Output Group |
outgroup.outputimage | Output image |
Output Image |
|
||
il | Input image list |
Input image list |
cl | List |
Output Image channels |
ram | Int |
Available RAM |
cin | Input image |
Input Complex Image |
cout | Output image |
Output Complex Image |
inxml | XML input parameters file |
Load otb application from xml file |
outxml | XML output parameters file |
Save otb application to xml file |
|
||
|
||
|
||
|
||
|
Available RAM Set the maximum of available memory for the pipeline execution in mega bytes (optional, 256 by default).
Load otb application from xml file Load otb application from xml file
Save otb application to xml 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.