2014-09-13 22:14:35 +00:00
|
|
|
![](https://opendronemap.github.io/OpenDroneMap/img/odm_image.png)
|
|
|
|
|
2014-09-13 21:00:00 +00:00
|
|
|
Steps to get OpenDroneMap running:
|
|
|
|
==================================
|
|
|
|
|
2014-09-13 21:55:16 +00:00
|
|
|
(Requires Ubuntu 12.04 32-bit at this time. May also work with Ubuntu 12.04 64-bit)
|
|
|
|
|
2014-09-13 21:00:00 +00:00
|
|
|
Run install.sh to build.
|
|
|
|
|
2014-09-13 21:00:34 +00:00
|
|
|
``` ./install.sh ```
|
2014-09-13 21:00:00 +00:00
|
|
|
|
|
|
|
From a directory full of your images, run
|
|
|
|
|
2014-09-13 21:00:34 +00:00
|
|
|
``` ./run.pl ```
|
2014-09-13 21:00:00 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2014-09-12 23:34:49 +00:00
|
|
|
|
2014-09-12 23:34:18 +00:00
|
|
|
From Meshlab 1.3.3:
|
2014-09-12 23:34:49 +00:00
|
|
|
|
2014-09-12 23:37:21 +00:00
|
|
|
* 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
|
2014-09-13 21:45:56 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Example data can be found at https://github.com/OpenDroneMap/odm_data
|