Skip to content

Commit 94e7be3

Browse files
committed
docs(calib3d): avoid reference on legacy C API constants
1 parent 9b4adc9 commit 94e7be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/calib3d/include/opencv2/calib3d.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ respectively. In the old interface all the vectors of object points from differe
15091509
concatenated together.
15101510
@param imageSize Size of the image used only to initialize the camera intrinsic matrix.
15111511
@param cameraMatrix Input/output 3x3 floating-point camera intrinsic matrix
1512-
\f$\cameramatrix{A}\f$ . If @ref CV_CALIB_USE_INTRINSIC_GUESS
1512+
\f$\cameramatrix{A}\f$ . If @ref CALIB_USE_INTRINSIC_GUESS
15131513
and/or @ref CALIB_FIX_ASPECT_RATIO are specified, some or all of fx, fy, cx, cy must be
15141514
initialized before calling the function.
15151515
@param distCoeffs Input/output vector of distortion coefficients

0 commit comments

Comments
 (0)