mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Fix function name in comment
This commit is contained in:
parent
d19a05734e
commit
658f18c713
@ -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,
|
void cv::fisheye::initUndistortRectifyMap( InputArray K, InputArray D, InputArray R, InputArray P,
|
||||||
const cv::Size& size, int m1type, OutputArray map1, OutputArray map2 )
|
const cv::Size& size, int m1type, OutputArray map1, OutputArray map2 )
|
||||||
|
Loading…
Reference in New Issue
Block a user