mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
Merge pull request #7499 from catree:add_distortion_images_2.4
This commit is contained in:
commit
422154dc97
@ -83,7 +83,14 @@ is extended as:
|
|||||||
:math:`k_6` are radial distortion coefficients.
|
:math:`k_6` are radial distortion coefficients.
|
||||||
:math:`p_1` and
|
:math:`p_1` and
|
||||||
:math:`p_2` are tangential distortion coefficients.
|
:math:`p_2` are tangential distortion coefficients.
|
||||||
Higher-order coefficients are not considered in OpenCV. In the functions below the coefficients are passed or returned as
|
Higher-order coefficients are not considered in OpenCV.
|
||||||
|
|
||||||
|
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`).
|
||||||
|
|
||||||
|
.. image:: pics/distortion_examples.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
In the functions below the coefficients are passed or returned as
|
||||||
|
|
||||||
.. math::
|
.. math::
|
||||||
|
|
||||||
|
BIN
modules/calib3d/doc/pics/distortion_examples.png
Normal file
BIN
modules/calib3d/doc/pics/distortion_examples.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Reference in New Issue
Block a user