Skip to content

Commit

Permalink
Added documentation about sgbm_mode param.
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloDArandaR committed Feb 18, 2024
1 parent bd5fd6e commit b1cbecf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stereo_image_proc/doc/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Published Topics
Parameters
^^^^^^^^^^

*Disparity algorithm variant*
* **sgbm_mode** (int, default: 0): Stereo matching algorithm variation:

* SGBM (0)
* HH (1)
* SGBM_3WAY (2)
* HH4 (3)

*Disparity pre-filtering*

* **prefilter_size** (int, default: 9): Normalization window size, pixels.
Expand Down

0 comments on commit b1cbecf

Please sign in to comment.