kopia lustrzana https://github.com/OpenDroneMap/docs
commit
4c71419585
|
@ -50,6 +50,12 @@ Arguments::
|
||||||
--use-fixed-camera-params
|
--use-fixed-camera-params
|
||||||
Turn off camera parameter optimization during bundler
|
Turn off camera parameter optimization during bundler
|
||||||
Off by default unless --camera parameter used
|
Off by default unless --camera parameter used
|
||||||
|
--camera-lens <string>
|
||||||
|
Can be one of auto | perspective | brown | fisheye | spherical
|
||||||
|
Set a camera projection type. Manually setting a value
|
||||||
|
can help improve geometric undistortion. By default the application
|
||||||
|
tries to determine a lens type from the images metadata.
|
||||||
|
Default: auto
|
||||||
--max-concurrency <positive integer>
|
--max-concurrency <positive integer>
|
||||||
The maximum number of processes to use in various
|
The maximum number of processes to use in various
|
||||||
processes. Peak memory requirement is ~1GB per thread
|
processes. Peak memory requirement is ~1GB per thread
|
||||||
|
|
|
@ -12,7 +12,7 @@ Point Cloud
|
||||||
:alt: image of OpenDroneMap derived point cloud
|
:alt: image of OpenDroneMap derived point cloud
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
*Point cloud over State University Zanzibar, courtesy of Khadija Abdullah Ali*
|
*Point cloud over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
|
||||||
|
|
||||||
|
|
||||||
3D Textured Model
|
3D Textured Model
|
||||||
|
@ -27,7 +27,7 @@ You can access the point cloud and textured meshes using MeshLab. Open MeshLab,
|
||||||
:alt: image of OpenDroneMap derived textured mesh
|
:alt: image of OpenDroneMap derived textured mesh
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
*Textured mesh over State University Zanzibar, courtesy of Khadija Abdullah Ali*
|
*Textured mesh over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
|
||||||
|
|
||||||
Orthophoto
|
Orthophoto
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
|
@ -40,7 +40,7 @@ Orthophoto
|
||||||
:alt: image of OpenDroneMap orthophoto
|
:alt: image of OpenDroneMap orthophoto
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
*Orthophoto over State University Zanzibar, courtesy of Khadija Abdullah Ali*
|
*Orthophoto over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
|
||||||
|
|
||||||
DTM/DSM
|
DTM/DSM
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
@ -56,7 +56,7 @@ Data will be stored in:
|
||||||
:alt: image of OpenDroneMap derived digital surface model
|
:alt: image of OpenDroneMap derived digital surface model
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
*Digital surface model over State University Zanzibar, courtesy of Khadija Abdullah Ali*
|
*Digital surface model over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
|
||||||
|
|
||||||
List of all outputs
|
List of all outputs
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
@ -234,4 +234,4 @@ Now we are logged into our docker instance and can explore the machine.
|
||||||
Cleaning up after Docker
|
Cleaning up after Docker
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Docker has a lamentable use of space and by default does not clean up excess data and machines when processes are complete. This can be advantageous if we need to access a process that has since terminated, but carries the burden of using increasing amounts of storage over time. The Maciej Łebkowski has an `excellent overview of how to manage excess disk usage in docker <https://lebkowski.name/docker-volumes/>`_.
|
Docker has a lamentable use of space and by default does not clean up excess data and machines when processes are complete. This can be advantageous if we need to access a process that has since terminated, but carries the burden of using increasing amounts of storage over time. Maciej Łebkowski has an `excellent overview of how to manage excess disk usage in docker <https://lebkowski.name/docker-volumes/>`_.
|
||||||
|
|
Ładowanie…
Reference in New Issue