pull/17/head
Stephen Mather 2019-09-11 23:03:35 -04:00
rodzic 5631e22c13
commit 56405ed0c4
6 zmienionych plików z 16 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 65 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 479 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 123 KiB

Wyświetl plik

@ -45,6 +45,10 @@ Distributed Split-Merge
ODM can also automatically distribute the processing of each submodel to multiple machines via `NodeODM <https://github.com/OpenDroneMap/NodeODM>`_ nodes, orchestrated via `ClusterODM <https://github.com/OpenDroneMap/ClusterODM>`_.
.. figure:: images/clusterodm.png
:alt: image of lens distortion effect on bowling of data
:align: center
The first step is start ClusterODM::
docker run -ti -p 3001:3000 -p 8080:8080 opendronemap/clusterodm

Wyświetl plik

@ -8,6 +8,10 @@ Point Cloud
``odm_georeferenced_model.ply/laz/csv`` -- The georeferenced point cloud in different file formats
.. figure:: images/pointcloudmoar.png
:alt: image of lens distortion effect on bowling of data
:align: center
.. figure:: images/pointcloud.png
:alt: image of OpenDroneMap derived point cloud
:align: center

Wyświetl plik

@ -90,6 +90,10 @@ Overall the ``--smrf-threshold`` option has the biggest impact on results.
SMRF is good at avoiding Type I errors (small number of ground points mistakenly classified as non-ground) but only "acceptable" at avoiding Type II errors (large number non-ground points mistakenly classified as ground). This needs to be taken in consideration when generating DTMs that are meant to be used visually, since objects mistaken for ground look like artifacts in the final DTM.
.. figure:: images/smrf.png
:alt: image of lens distortion effect on bowling of data
:align: center
Two other important parameters affect DEM generation:
* ``--dem-resolution`` which sets the output resolution of the DEM raster (cm/pixel)
@ -101,8 +105,10 @@ Example of how to generate a DTM::
.. _ground-control-points:
Ground Control Points Format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ground Control Points
^^^^^^^^^^^^^^^^^^^^^
Ground control points are useful for correcting for distortions in the data and referencing the data to know coordinate systems.
The format of the GCP file is simple.