diff --git a/modules/calib3d/include/opencv2/calib3d.hpp b/modules/calib3d/include/opencv2/calib3d.hpp index 867bbc723c28f926bdb048d51e6fe9bc06bb9f52..012f91f95daf20851eb0c870f6cae4a441c34eb4 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