kopia lustrzana https://github.com/OpenDroneMap/ODM
commit
557bf39479
12
README.md
12
README.md
|
@ -1,14 +1,16 @@
|
||||||
# OpenDroneMap
|
# ODM
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## What is it?
|
## What is it?
|
||||||
|
|
||||||
OpenDroneMap is an open source toolkit for processing aerial drone imagery. Typical drones use simple point-and-shoot cameras, so the images from drones, while from a different perspective, are similar to any pictures taken from point-and-shoot cameras, i.e. non-metric imagery. OpenDroneMap turns those simple images into three dimensional geographic data that can be used in combination with other geographic datasets.
|
ODM is an open source command line toolkit for processing aerial drone imagery. Typical drones use simple point-and-shoot cameras, so the images from drones, while from a different perspective, are similar to any pictures taken from point-and-shoot cameras, i.e. non-metric imagery. OpenDroneMap turns those simple images into three dimensional geographic data that can be used in combination with other geographic datasets.
|
||||||
|
|
||||||
|
If you want a graphical user interface for it, check out [WebODM](https://github.com/OpenDroneMap/WebODM)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
In a word, OpenDroneMap is a toolchain for processing raw civilian UAS imagery to other useful products. What kind of products?
|
In a word, ODM is a toolchain for processing raw civilian UAS imagery to other useful products. What kind of products?
|
||||||
|
|
||||||
1. Point Clouds
|
1. Point Clouds
|
||||||
2. Digital Surface Models
|
2. Digital Surface Models
|
||||||
|
@ -18,7 +20,7 @@ In a word, OpenDroneMap is a toolchain for processing raw civilian UAS imagery t
|
||||||
6. Digital Elevation Models
|
6. Digital Elevation Models
|
||||||
7. etc.
|
7. etc.
|
||||||
|
|
||||||
OpenDroneMap 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](http://www.gcc.tu-darmstadt.de/media/gcc/papers/Waechter-2014-LTB.pdf).
|
ODM 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](http://www.gcc.tu-darmstadt.de/media/gcc/papers/Waechter-2014-LTB.pdf).
|
||||||
|
|
||||||
For Docs, see Quickstart below and also https://docs.opendronemap.org
|
For Docs, see Quickstart below and also https://docs.opendronemap.org
|
||||||
|
|
||||||
|
@ -169,7 +171,7 @@ instructions through "Create a Docker group". Once Docker is installed, the fast
|
||||||
|
|
||||||
If you want to build your own Docker image from sources, type:
|
If you want to build your own Docker image from sources, type:
|
||||||
|
|
||||||
docker build -t my_odm_image .
|
docker build -t my_odm_image --no-cache .
|
||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
-v "$(pwd)/images:/code/images" \
|
-v "$(pwd)/images:/code/images" \
|
||||||
-v "$(pwd)/odm_orthophoto:/code/odm_orthophoto" \
|
-v "$(pwd)/odm_orthophoto:/code/odm_orthophoto" \
|
||||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 27 KiB |
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 38 KiB Po Szerokość: | Wysokość: | Rozmiar: 27 KiB |
Ładowanie…
Reference in New Issue