From a3bc18d33861daea4e305caa03871b9553d803a7 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Wed, 21 Jan 2015 13:16:34 -0500 Subject: [PATCH] Update README.md Former-commit-id: f94d5911aa95e5e03b648b7e4cfc3255a100d1f9 --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 780495d2..561207a2 100644 --- a/README.md +++ b/README.md @@ -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: - * /reconstruction-with-image-size-1200/bundle/bundle.out - * It will prompt for the image list file - * /reconstruction-with-image-size-1200/list.txt - * Control-L and delete "0 model" - * Import dense point cloud: - * e.g. /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 ---