Skip to content

Commit 40686b5

Browse files
committed
initUndistortRectifyMap: CV_32FC2 is also supported as m1type
1 parent 8b92151 commit 40686b5

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
@@ -2920,7 +2920,7 @@ computed by stereoRectify can be passed here. If the matrix is empty, the identi
29202920
is assumed. In cvInitUndistortMap R assumed to be an identity matrix.
29212921
@param newCameraMatrix New camera matrix \f$A'=\vecthreethree{f_x'}{0}{c_x'}{0}{f_y'}{c_y'}{0}{0}{1}\f$.
29222922
@param size Undistorted image size.
2923-
@param m1type Type of the first output map that can be CV_32FC1 or CV_16SC2, see cv::convertMaps
2923+
@param m1type Type of the first output map that can be CV_32FC1, CV_32FC2 or CV_16SC2, see cv::convertMaps
29242924
@param map1 The first output map.
29252925
@param map2 The second output map.
29262926
*/

0 commit comments

Comments
 (0)