You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/options-flags.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Options & Flags
3
3
template: doc
4
4
---
5
5
6
-
This is the complete list of options available in [ODX](https://github.com/WebODM/ODX). You can also view them as a processing [flowchart](/flowchart-options-flags).
6
+
This is the complete list of options available in [ODX](https://github.com/WebODM/ODX).
7
+
7
8
8
9
:::note
9
10
Some of these will not be visible in [WebODM](https://github.com/WebODM/WebODM) because they either don't apply or are integrated in the user experience workflow (e.g. GCPs are automatically selected, so there's no need to specify a `--gcp` option).
@@ -141,7 +142,7 @@ End processing at this stage.
141
142
142
143
## fast-orthophoto
143
144
144
-
Skips dense reconstruction and 3D model generation. It generates an orthophoto directly from the sparse reconstruction. If you just need an orthophoto and do not need a full 3D model, turn on this option.
145
+
Skips dense reconstruction and 3D model generation. It generates an orthophoto directly from the sparse reconstruction. On flat terrain with no objects/structures, turn this on to save time.
145
146
146
147
**Default:**`False`
147
148
@@ -163,7 +164,7 @@ Choose the algorithm for extracting keypoints and computing descriptors.
163
164
164
165
## force-gps
165
166
166
-
Use images' GPS exif data for reconstruction, even if there are GCPs present.This flag is useful if you have high precision GPS measurements. If there are no GCPs, this flag does nothing.
167
+
Use images' GPS exif data for reconstruction, even if there are GCPs present.This flag is useful if you have high precision GPS measurements. If there are no GCPs, this flag does nothing.
167
168
168
169
**Default:**`False`
169
170
@@ -241,11 +242,11 @@ Perform image matching with the nearest N images based on image filename order.
241
242
242
243
## matcher-type
243
244
244
-
Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.
245
+
Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust. HAMMING is much faster with large datasets but requires a GPU.
@@ -429,6 +430,14 @@ Set the radiometric calibration to perform on images. When processing multispect
429
430
430
431
**Default:**`none`
431
432
433
+
## report-units
434
+
435
+
Set the units of the PDF report. By default the vertical units of the coordinate reference system are used.
436
+
437
+
**Options:**`m | ft | US survey foot`
438
+
439
+
**Default:**`m`
440
+
432
441
## rerun
433
442
434
443
Rerun this stage only and stop.
@@ -463,7 +472,7 @@ Override the rolling shutter readout time for your camera sensor (in millisecond
463
472
464
473
## sfm-algorithm
465
474
466
-
Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster.
475
+
Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can be faster. Planar is deprecated and will be removed in a future version.
0 commit comments