Skip to content

Commit

Permalink
doc: add a warning about disparity range condition for interpolation …
Browse files Browse the repository at this point in the history
…method
  • Loading branch information
duzelis committed Mar 21, 2024
1 parent d571b12 commit 80de601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/userguide/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Input section is composed of the following keys:
-
- If the estimation step is not present

.. warning::
If interpolation is used as refinement method, row_disparity and col_disparity ranges must have a size greater than or equal to 5.


Left and Right properties are composed of the following keys:

.. list-table:: Left and Right properties
Expand Down
3 changes: 3 additions & 0 deletions docs/source/userguide/step_by_step/refinement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ It consists on 3 different steps:
* The cost map of each pixel is interpolated using scipy to obtain a continuous function.
* Then, the interpolated functions are minimized using scipy to obtain the refined disparities.

.. warning::
When using the interpolation method, row and column disparity ranges must have a size greater than or equal to 5.

Optical_flow method
-------------------
.. warning::
Expand Down

0 comments on commit 80de601

Please sign in to comment.