Skip to content

Commit

Permalink
Add parameters for tuning equirectangular model
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Feb 24, 2024
1 parent af65157 commit 2105c39
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Mapping
- If true, remove keyframes past num_temporal_keyframes
* - num_temporal_keyframes
- Number of temporal keyframes
* - residual_deg_thr
- It is used to check epipolar constraints. The default inlier threshold value is 0.2 degree (e.g. for the camera with width of 900-pixel and 90-degree FOV, 0.2 degree is equivalent to 2 pixel in the horizontal direction)

.. _section-parameters-stereo-rectifier:

Expand Down Expand Up @@ -352,6 +354,34 @@ LoopDetector
* - backend
- g2o or gtsam

.. _section-parameters-global-optimizer:

GlobalOptimizer
===============

.. list-table::
:header-rows: 1
:widths: 1, 3

* - Name
- Description
* - thr_neighbor_keyframes
- Keyframes exceeding the threshold are treated as neighbors

.. _section-parameters-graph-optimizer:

GraphOptimizer
==============

.. list-table::
:header-rows: 1
:widths: 1, 3

* - Name
- Description
* - min_num_shared_lms
- Add constraints between keyframes that exceed thresholds

.. _section-parameters-marker-model:

MarkerModel
Expand Down

0 comments on commit 2105c39

Please sign in to comment.