Skip to content

Commit

Permalink
Minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Oct 12, 2023
1 parent 41e389f commit 8423e38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/tools/bundle_adjust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,9 @@ Command-line options for bundle_adjust
each camera pair (:numref:`ba_error_propagation`).

--horizontal-stddev <double (default: 0.0)>
If positive, propagate this horizontal ground plane stddev through
triangulation for all cameras. To be used with ``--propagate-errors``.
If positive, propagate this stddev of horizontal ground plane camera
uncertainty through triangulation for all cameras. To be used with
``--propagate-errors``.

--threads <integer (default: 0)>
Set the number threads to use. 0 means use the default defined
Expand Down
4 changes: 2 additions & 2 deletions src/asp/Tools/bundle_adjust.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2142,8 +2142,8 @@ void handle_arguments(int argc, char *argv[], Options& opt) {
"pairs of match points, and produce a report having the median, mean, "
"standard deviation, and number of samples for each camera pair.")
("horizontal-stddev", po::value(&opt.horizontal_stddev)->default_value(0),
"If positive, propagate this horizontal ground plane stddev through "
"triangulation for all cameras. To be used with --propagate-errors.")
"If positive, propagate this stddev of horizontal ground plane camera uncertainty "
"through triangulation for all cameras. To be used with --propagate-errors.")
("save-vwip", po::bool_switch(&opt.save_vwip)->default_value(false)->implicit_value(true),
"Save .vwip files (intermediate files for creating .match files). For parallel_bundle_adjust these will be saved in subdirectories, as they depend on the image pair. Must start with an empty output directory for this to work.")
("vwip-prefix", po::value(&opt.vwip_prefix),
Expand Down

0 comments on commit 8423e38

Please sign in to comment.