Skip to content

Commit 7d3d21f

Browse files
committed
Update options
1 parent 63466f7 commit 7d3d21f

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

src/content/docs/options-flags.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Options & Flags
33
template: doc
44
---
55

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+
78

89
:::note
910
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.
141142

142143
## fast-orthophoto
143144

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.
145146

146147
**Default:** `False`
147148

@@ -163,7 +164,7 @@ Choose the algorithm for extracting keypoints and computing descriptors.
163164

164165
## force-gps
165166

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.
167168

168169
**Default:** `False`
169170

@@ -241,11 +242,11 @@ Perform image matching with the nearest N images based on image filename order.
241242

242243
## matcher-type
243244

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.
245246

246-
**Options:** `bow | bruteforce | flann`
247+
**Options:** `auto | bow | bruteforce | flann | hamming`
247248

248-
**Default:** `flann`
249+
**Default:** `auto`
249250

250251
## max-concurrency
251252

@@ -429,6 +430,14 @@ Set the radiometric calibration to perform on images. When processing multispect
429430

430431
**Default:** `none`
431432

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+
432441
## rerun
433442

434443
Rerun this stage only and stop.
@@ -463,7 +472,7 @@ Override the rolling shutter readout time for your camera sensor (in millisecond
463472

464473
## sfm-algorithm
465474

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.
467476

468477
**Options:** `incremental | triangulation | planar`
469478

@@ -507,7 +516,7 @@ Automatically compute image masks using AI to remove the sky. Experimental.
507516

508517
## sm-cluster
509518

510-
URL to a ClusterODX instance for distributing a split-merge workflow on multiple nodes in parallel.
519+
URL to a ClusterODM instance for distributing a split-merge workflow on multiple nodes in parallel.
511520

512521
**Options:** `<string>`
513522

0 commit comments

Comments
 (0)