Images Concatenation
Brief Description
Concatenate a list of images of the same size into a single multi-channel one.
Tags
Image Manipulation, Concatenation, Multi-channel
Long Description
This application performs images channels concatenation. It reads the input image list (single or multi-channel) and generates a single multi-channel image. The channel order is the same as the list.
Parameters
Input images list (il): The list of images to concatenate, must have the same size.
Output Image (out): The concatenated output image.
Available RAM (Mb) (ram): Available memory for processing (in MB)
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
All input images must have the same size.
Authors
OTB-Team
See also
Rescale application, Convert, SplitImage
Example of use
il: GomaAvant.png GomaApres.png
out: otbConcatenateImages.tif
otbcli_ConcatenateImages -il GomaAvant.png GomaApres.png -out otbConcatenateImages.tif