Skip to content

Commit 2df7bff

Browse files
authored
Merge pull request #208 from smathermather/multi_temporal
2 parents 5f986a3 + e9e749a commit 2df7bff

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

source/arguments_edit/align.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
See `Multi-temporal datasets for further usage information. </tutorials/#multi-temporal-datasets>`_
2+
13
Uses `CODEM <https://github.com/NCALM-UH/CODEM>`_, credits to Craig Glennie and the group at CRREL.
24

35
The details of the method are available at https://github.com/NCALM-UH/CODEM/blob/main/docs/details.md.
6+
7+
.. figure:: images/align_pc.gif
8+
:alt: Animated gif comparing two separately processed, but aligned digital surface models.
9+
:align: center
10+
11+
Animated gif comparing two separately processed, but aligned digital surface models.

source/tutorials.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Creating High Quality Orthophotos
1717
Without any parameter tweaks, ODM chooses a good compromise between quality, speed and memory usage. If you want to get higher quality results, you need to tweak some parameters:
1818

1919
* ``--orthophoto-resolution`` is the resolution of the orthophoto in cm/pixel. Decrease this value for a higher resolution result.
20-
* ``--ignore-gsd`` is a flag that instructs ODM to skip certain memory and speed optimizations that directly affect the orthophoto. Using this flag will increase runtime and memory usage, but may produce sharper results.
2120
* ``--texturing-data-term`` should be set to `area` in forest areas.
2221
* ``--mesh-size`` should be increased to ``300000-600000`` and ``--mesh-octree-depth`` should be increased to ``10-11`` in urban areas to recreate better buildings / roofs.
2322

@@ -496,7 +495,7 @@ Resize droplet, pull pin, run away
496495

497496
::
498497

499-
nohup python run.py myproject --split 1 --split-overlap 0 --ignore-gsd --depthmap-resolution 1000 --orthophoto-resolution 5 --dem-resolution 15 --pc-las --dsm
498+
nohup python run.py myproject --split 1 --split-overlap 0 --depthmap-resolution 1000 --orthophoto-resolution 5 --dem-resolution 15 --pc-las --dsm
500499

501500
- This points ODM at the folder (in this example)
502501
``/mnt/odmdata/myproject/``. Provided the image_groups.txt and
@@ -894,9 +893,9 @@ Like with docker, additional `Options and Flags <https://docs.opendronemap.org/a
894893
895894
singularity run --bind /my/project:/datasets/code \
896895
--writable-tmpfs odm_latest.sif \
897-
--orthophoto-png --mesh-octree-depth 12 --ignore-gsd --dtm \
896+
--orthophoto-png --mesh-octree-depth 12 --dtm \
898897
--smrf-threshold 0.4 --smrf-window 24 --dsm --pc-csv --pc-las --orthophoto-kmz \
899-
--ignore-gsd --matcher-type flann --feature-quality ultra --max-concurrency 16 \
898+
--matcher-type flann --feature-quality ultra --max-concurrency 16 \
900899
--use-hybrid-bundle-adjustment --build-overviews --time --min-num-features 10000 \
901900
--project-path /datasets
902901

0 commit comments

Comments
 (0)