Added reference to MVS paper. Added MVS license link.

Former-commit-id: d50cf13908
pull/1161/head
Alex Hagiopol 2016-07-18 15:23:34 -07:00
rodzic ecef7713a0
commit 68addc2659
3 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -19,11 +19,11 @@ In a word, OpenDroneMap is a toolchain for processing raw civilian UAS imagery t
6. Digital Elevation Models
7. etc.
So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery.
So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery. Open Drone Map now includes state-of-the-art 3D reconstruction work by Michael Waechter, Nils Moehrle, and Michael Goesele. See their publication at http://www.gcc.tu-darmstadt.de/media/gcc/papers/Waechter-2014-LTB.pdf.
Users' mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-users
Developer's mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev
Developers' mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev
Overview video: https://www.youtube.com/watch?v=0UctfoeNB_Y

Wyświetl plik

@ -24,3 +24,4 @@ Licensing for portions of OpenDroneMap are as follows:
* vtk5 - BSD - http://www.vtk.org/VTK/project/license.html
* libext - https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/licenses/libext_copyright.txt
* libx11 - https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/licenses/libx11_copyright.txt
* MVS Texturing - BSD - https://github.com/nmoehrle/mvs-texturing/blob/master/LICENSE.txt

2
run.py
Wyświetl plik

@ -27,7 +27,7 @@ if __name__ == '__main__':
if args.project_path is None:
usage()
#If user asks to rerun everything, delete all of the progress directories.
#If user asks to rerun everything, delete all of the existing progress directories.
if args.rerun_all:
os.system("rm -rf "
+ args.project_path + "images_resize/ "