From 3e176bbfa05f419e1b659beb34dfac810507b868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C5=A0m=C3=ADd?= Date: Tue, 12 Jan 2016 16:33:34 +0100 Subject: [PATCH] fisheye documentation typo --- modules/calib3d/include/opencv2/calib3d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/include/opencv2/calib3d.hpp b/modules/calib3d/include/opencv2/calib3d.hpp index 867bbc723c..012f91f95d 100644 --- a/modules/calib3d/include/opencv2/calib3d.hpp +++ b/modules/calib3d/include/opencv2/calib3d.hpp @@ -205,7 +205,7 @@ pattern (every view is described by several 3D-2D point correspondences). Finally, conversion into pixel coordinates: The final pixel coordinates vector [u; v] where: \f[u = f_x (x' + \alpha y') + c_x \\ - v = f_y yy + c_y\f] + v = f_y y' + c_y\f] @defgroup calib3d_c C API