Using available image metadata, project one image onto another one
This application performs the projection of an image into the geometry of another one.
This section describes in details the parameters available for this application. Table 4.68, page 575 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is Superimpose.
Parameter key | Parameter type |
Parameter description |
inr | Input image |
Reference input |
inm | Input image |
The image to reproject |
elev | Group |
Elevation management |
elev.dem | Directory |
DEM directory |
elev.geoid | Input File name |
Geoid File |
elev.default | Float |
Default elevation |
lms | Float |
Spacing of the deformation field |
out | Output image |
Output image |
mode | Choices |
Mode |
mode default | Choice |
Default mode |
mode phr | Choice |
Pleiades mode |
interpolator | Choices |
Interpolation |
interpolator bco | Choice |
Bicubic interpolation |
interpolator nn | Choice |
Nearest Neighbor interpolation |
interpolator linear | Choice |
Linear interpolation |
interpolator.bco.radius | Int |
Radius for bicubic interpolation |
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 |
|
||
|
||
|
||
|
||
|
Reference input The input reference image.
The image to reproject The image to reproject into the geometry of the reference input.
Elevation management This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.
Spacing of the deformation field Generate a coarser deformation field with the given spacing
Output image Output reprojected image.
Mode Superimposition mode Available choices are:
Interpolation This group of parameters allows defining how the input image will be interpolated during resampling. Available choices are:
Available RAM (Mb) Available memory for processing (in MB)
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.