mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Merge pull request #7061 from catree:add_camera_model_doc_2_4
This commit is contained in:
commit
fc6c55f070
@ -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:
|
||||||
|
BIN
modules/calib3d/doc/pics/pinhole_camera_model.png
Normal file
BIN
modules/calib3d/doc/pics/pinhole_camera_model.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
Loading…
Reference in New Issue
Block a user