1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fix function name in comment

This commit is contained in:
Maxim Smolskiy
2023-04-30 17:30:01 +03:00
committed by GitHub
parent d19a05734e
commit 658f18c713
+1 -1
View File
@@ -421,7 +421,7 @@ void cv::fisheye::undistortPoints( InputArray distorted, OutputArray undistorted
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// cv::fisheye::undistortPoints
/// cv::fisheye::initUndistortRectifyMap
void cv::fisheye::initUndistortRectifyMap( InputArray K, InputArray D, InputArray R, InputArray P,
const cv::Size& size, int m1type, OutputArray map1, OutputArray map2 )