Generate a 3D Ply file from a DEM and a color image.
Generate a 3D Ply file from a DEM and a color image.
This section describes in details the parameters available for this application. Table 4.50, page 510 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is GeneratePlyFile.
Parameter key | Parameter type |
Parameter description |
indem | Input image |
The input DEM |
mode | Choices |
Conversion Mode |
mode dem | Choice |
DEM |
mode 3dgrid | Choice |
3D grid |
map | Choices |
Output Cartographic Map Projection |
map utm | Choice |
Universal Trans-Mercator (UTM) |
map lambert2 | Choice |
Lambert II Etendu |
map lambert93 | Choice |
Lambert93 |
map wgs | Choice |
WGS 84 |
map epsg | Choice |
EPSG Code |
map.utm.zone | Int |
Zone number |
map.utm.northhem | Boolean |
Northern Hemisphere |
map.epsg.code | Int |
EPSG Code |
incolor | Input image |
The input color image |
out | Output File name |
The output Ply file |
inxml | XML input parameters file |
Load otb application from xml file |
outxml | XML output parameters file |
Save otb application to xml file |
|
||
|
||
|
||
|
||
|
Conversion Mode Available choices are:
Output Cartographic Map Projection Parameters of the output map projection to be used. Available choices are:
The input color image The input color image
The output Ply file The output Ply file
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:
This application has been written by OTB-Team.