mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
Make undistortImagePoints default criteria undistortPoints consistent
This commit is contained in:
parent
1b0d58a554
commit
b56f338c8b
@ -3770,8 +3770,7 @@ CV_64FC2) (or vector\<Point2f\> ).
|
||||
CV_EXPORTS_W
|
||||
void undistortImagePoints(InputArray src, OutputArray dst, InputArray cameraMatrix,
|
||||
InputArray distCoeffs,
|
||||
TermCriteria = TermCriteria(TermCriteria::MAX_ITER + TermCriteria::EPS, 5,
|
||||
0.01));
|
||||
TermCriteria = TermCriteria(TermCriteria::MAX_ITER, 5, 0.01));
|
||||
|
||||
//! @} calib3d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user