Concatenate a list of images of the same size into a single multi-channel one.
This application performs images channels concatenation. It will walk the input image list (single or multi-channel) and generates a single multi-channel image. The channel order is the one of the list.
This section describes in details the parameters available for this application. Table 4.4, page 419 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is ConcatenateImages.
Parameter key | Parameter type |
Parameter description |
il | Input image list |
Input images list |
out | Output image |
Output Image |
ram | Int |
Available RAM (Mb) |
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:
All input images must have the same size.
This application has been written by OTB-Team.
These additional ressources can be useful for further information: