Commit fc6c55f0 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7061 from catree:add_camera_model_doc_2_4

parents 443f3024 ba14895f
...@@ -62,6 +62,11 @@ to the following (when ...@@ -62,6 +62,11 @@ to the following (when
v = f_y*y' + c_y v = f_y*y' + c_y
\end{array} \end{array}
The following figure illustrates the pinhole camera model.
.. image:: pics/pinhole_camera_model.png
:align: center
Real lenses usually have some distortion, mostly Real lenses usually have some distortion, mostly
radial distortion and slight tangential distortion. So, the above model radial distortion and slight tangential distortion. So, the above model
is extended as: is extended as:
......
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