Update README.md

pull/38/head
Stephen Mather 2015-01-21 13:16:34 -05:00
rodzic b5c3843e7c
commit f94d5911aa
1 zmienionych plików z 1 dodań i 19 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ OpenDroneMap is a toolchain for processing raw civilian UAS imagery to other use
6. Digital Elevation Models
7. etc.
Sadly, it does not do all of this yet. So far, it does step 1: Point Clouds. Outputs 2-4 are on their way. Check the alternate branch: https://github.com/OpenDroneMap/OpenDroneMap/tree/texturing_orthophoto_spotscale_additions for early access to / testing of these features.
So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery.
Steps to get OpenDroneMap running:
==================================
@ -34,24 +34,6 @@ An overview of installing and running OpenDroneMap on Ubuntu can be found here:
---
From Meshlab 1.3.3:
* Open Project file, navigate to:
* <project_location>/reconstruction-with-image-size-1200/bundle/bundle.out
* It will prompt for the image list file
* <project_location>/reconstruction-with-image-size-1200/list.txt
* Control-L and delete "0 model"
* Import dense point cloud:
* e.g. <project_location>/reconstruction-with-image-size-1200-results/option-0000.ply
* (there may be multiple ply files)
* Make a mesh:
* Filters:Remeshing, Simplification and Reconstruction:Surface Reconstruction Poisson
* Texture the mesh
* Parameterization + texturing from registered rasters
---
Example data can be found at https://github.com/OpenDroneMap/odm_data
---