table of contents
OTBCLI_CONCATENATEIMAGES(1) | User Commands | OTBCLI_CONCATENATEIMAGES(1) |
NAME¶
otbcli_ConcatenateImages - OTB ConcatenateImages application
DESCRIPTION¶
This is the ConcatenateImages application, version 5.2.0 Concatenate a list of images of the same size into a single multi-channel one.
Complete documentation: http://www.orfeo-toolbox.org/Applications/ConcatenateImages.html
Parameters:¶
- -progress <boolean>
- Report progress
-il <string list> Input images list (mandatory)
-out <string> [pixel] Output Image
[pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is
float) (mandatory)
EXAMPLES¶
otbcli_ConcatenateImages -il GomaAvant.png GomaApres.png -out otbConcatenateImages.tif
SEE ALSO¶
The full documentation for otbcli_ConcatenateImages is maintained as a Texinfo manual. If the info and otbcli_ConcatenateImages programs are properly installed at your site, the command
- info otbcli_ConcatenateImages
should give you access to the complete manual.
December 2015 | otbcli_ConcatenateImages 5.2.0 |