Image Tile Fusion
Brief Description
Fusion of an image made of several tile files.
Tags
Image Manipulation
Long Description
Automatically mosaic a set of non overlapping tile files into a single image. Images must have a matching number of bands and they must be listed in lexicographic order.
Parameters
Input Tile Images (il): Input images to concatenate (in lexicographic order, for instance : (0,0) (1,0) (0,1) (1,1)).
Number of tile columns (cols): Number of columns in the tile array
Number of tile rows (rows): Number of rows in the tile array
Output Image (out): Output entire image
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
None
Authors
OTB-Team
See also
Example of use
il: Scene_R1C1.tif Scene_R1C2.tif Scene_R2C1.tif Scene_R2C2.tif
cols: 2
rows: 2
out: EntireImage.tif
otbcli_TileFusion -il Scene_R1C1.tif Scene_R1C2.tif Scene_R2C1.tif Scene_R2C2.tif -cols 2 -rows 2 -out EntireImage.tif