Skip to content

Commit fb3298f

Browse files
committed
Merge pull request opencv#7904 from paroj:initmapfc2
2 parents e9017fb + 40686b5 commit fb3298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@ computed by stereoRectify can be passed here. If the matrix is empty, the identi
29222922
is assumed. In cvInitUndistortMap R assumed to be an identity matrix.
29232923
@param newCameraMatrix New camera matrix \f$A'=\vecthreethree{f_x'}{0}{c_x'}{0}{f_y'}{c_y'}{0}{0}{1}\f$.
29242924
@param size Undistorted image size.
2925-
@param m1type Type of the first output map that can be CV_32FC1 or CV_16SC2, see cv::convertMaps
2925+
@param m1type Type of the first output map that can be CV_32FC1, CV_32FC2 or CV_16SC2, see cv::convertMaps
29262926
@param map1 The first output map.
29272927
@param map2 The second output map.
29282928
*/

0 commit comments

Comments
 (0)