Skip to content

Commit 1c409ab

Browse files
committed
Add example image about distortion effect.
1 parent 4e7f288 commit 1c409ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ is extended as:
8383
:math:`k_6` are radial distortion coefficients.
8484
:math:`p_1` and
8585
:math:`p_2` are tangential distortion coefficients.
86-
Higher-order coefficients are not considered in OpenCV. In the functions below the coefficients are passed or returned as
86+
Higher-order coefficients are not considered in OpenCV.
87+
88+
The next figure shows two common types of radial distortion: barrel distortion (typically :math:`k_1 > 0` and pincushion distortion (typically :math:`k_1 < 0`).
89+
90+
.. image:: pics/distortion_examples.png
91+
:align: center
92+
93+
In the functions below the coefficients are passed or returned as
8794

8895
.. math::
8996
35.4 KB
Loading

0 commit comments

Comments
 (0)