Commit 1c409abe authored by catree's avatar catree
Browse files

Add example image about distortion effect.

Showing with 8 additions and 1 deletion
+8 -1
......@@ -83,7 +83,14 @@ is extended as:
:math:`k_6` are radial distortion coefficients.
:math:`p_1` and
: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::
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment