OpenDroneMap అవుట్‌పుట్‌లు

ODM ఉత్పత్తి చేసే కొన్ని ఉపయోగకరమైన ఉత్పాదనలు క్రింద ఇవ్వబడ్డాయి.

పాయింట్ క్లౌడ్

`` odm_georeferencing / odm_georeferenced_model.ply / laz / csv`` - వేర్వేరు ఫైల్ ఫార్మాట్లలో భౌగోళిక సూచించిన పాయింట్ క్లౌడ్

image of OpenDroneMap derived point cloud

Point cloud over State University Zanzibar, courtesy of Khadija Abdullah Ali

3D ఆకృతి మోడల్

`` odm_texturing / odm_textured_model.obj`` - ఆకృతి చేసిన ఉపరితల మెష్ `` odm_texturing / odm_textured_model_geo.obj`` - భౌగోళిక మరియు ఉపరితల ఉపరితల మెష్

మీరు మెష్ లాబ్ ఉపయోగించి పాయింట్ క్లౌడ్ మరియు ఆకృతి మెష్లను యాక్సెస్ చేయవచ్చు. మెష్‌ల్యాబ్‌ను తెరిచి, ఫైల్‌ను ఎంచుకోండి: మెష్‌ను దిగుమతి చేయండి మరియు కింది వాటికి సమానమైన స్థానం నుండి మీ ఆకృతి మెష్‌ను ఎంచుకోండి: `` odm_texturing odm_textured_model.obj``

image of OpenDroneMap derived textured mesh

Textured mesh courtesy of OpenDroneMap

ఆర్థోఫోటో

`` odm_orthophoto / odm_orthphoto.tif`` - GeoTIFF ఆర్థోఫోటో. మీరు దీన్ని QGIS లో రాస్టర్ లేయర్‌గా ఉపయోగించవచ్చు.

odm_orthophoto/odm_orthphoto.original.tif -- The orthophoto in its original un-cropped state.

image of OpenDroneMap orthophoto

Orthophoto over State University Zanzibar, courtesy of Khadija Abdullah Ali

DTM / DSM

`` --Dtm`` లేదా `` --dsm`` ఎంపికలు ఉపయోగించినట్లయితే మాత్రమే DTM / DSM సృష్టించబడుతుంది. సృష్టించే మరిన్ని ఎంపికల కోసం ఎలివేషన్ మోడళ్లపై <ట్యుటోరియల్ <https://docs.opendronemap.org/tutorials.html#creating-digital-elevation-models>`_ చూడండి.

డేటా వీటిలో నిల్వ చేయబడుతుంది:

  • odm_dem/dtm.tif

  • odm_dem/dsm.tif

image of OpenDroneMap derived digital surface model

Digital surface model over State University Zanzibar, courtesy of Khadija Abdullah Ali

Logs

Logs are output to stdout. On Linux ANSI escape color code (eg ^[[39m) is used and could be disabled by setting no_ansiesc environment variable to any value like env no_ansiesc=1

అన్ని ఉత్పాదనల జాబితా

project/
├── images/
│   ├── img-1234.jpg
│   └── ...
├── opensfm/                            # Tie Points and camera positions here in JSON format
│   ├── config.yaml
│   ├── images/
│   ├── masks/
│   ├── gcp_list.txt
│   ├── metadata/
│   ├── features/
│   ├── matches/
│   ├── tracks.csv
│   ├── reconstruction.json
│   ├── reconstruction.meshed.json
│   ├── undistorted/
│   ├── undistorted_tracks.json
│   ├── undistorted_reconstruction.json
│   └── depthmaps/
│      └── merged.ply                   # Dense Point Cloud
├── odm_meshing/
│   ├── odm_mesh.ply                    # A 3D mesh
│   └── odm_meshing_log.txt             # Output of the meshing task. May point out errors.
├── odm_texturing/
│   ├── odm_textured_model.obj          # Textured mesh
│   ├── odm_textured_model_geo.obj      # Georeferenced textured mesh
│   └── texture_N.jpg                   # Associated textured images used by the model
├── odm_georeferencing/
│   ├── odm_georeferenced_model.ply     # A georeferenced dense point cloud
│   ├── odm_georeferenced_model.laz # LAZ format point cloud
│   ├── odm_georeferenced_model.csv     # XYZ format point cloud
│   ├── odm_georeferencing_log.txt      # Georeferencing log
│   └── odm_georeferencing_utm_log.txt  # Log for the extract_utm portion
├── odm_orthophoto/
│   ├── odm_orthophoto.png              # Orthophoto image (no coordinates)
│   ├── odm_orthophoto.tif              # Orthophoto GeoTiff
│   ├── odm_orthophoto_log.txt          # Log file
│   └── gdal_translate_log.txt          # Log for georeferencing the png file
└── odm_dem/
    ├── dsm.tif                     # Digital Surface Model Geotiff - the tops of everything
    └── dtm.tif                     # Digital Terrain Model Geotoff - the ground.

Learn to edit and help improve this page!