1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed Fisheye Camera model documentation.

This commit is contained in:
aravind
2016-02-17 21:57:11 +05:30
parent 46662ccd99
commit 7ad849718c
+1 -1
View File
@@ -200,7 +200,7 @@ pattern (every view is described by several 3D-2D point correspondences).
The distorted point coordinates are [x'; y'] where
\f[x' = (\theta_d / r) x \\ y' = (\theta_d / r) y \f]
\f[x' = (\theta_d / r) a \\ y' = (\theta_d / r) b \f]
Finally, conversion into pixel coordinates: The final pixel coordinates vector [u; v] where: