|
|
|
@ -376,14 +376,3 @@ void cv::solvePnPRansac(InputArray _opoints, InputArray _ipoints, |
|
|
|
|
} |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void cv::solvePnPRansac(InputArray _opoints, InputArray _ipoints, |
|
|
|
|
InputArray _cameraMatrix, InputArray _distCoeffs, |
|
|
|
|
OutputArray _rvec, OutputArray _tvec, bool useExtrinsicGuess, |
|
|
|
|
int iterationsCount, float reprojectionError, int minInliersCount, |
|
|
|
|
OutputArray _inliers, int flags) |
|
|
|
|
{ |
|
|
|
|
solvePnPRansac(_opoints, _ipoints, _cameraMatrix, _distCoeffs, |
|
|
|
|
_rvec, _tvec, useExtrinsicGuess, iterationsCount, |
|
|
|
|
reprojectionError, minInliersCount, _inliers, flags, 0); |
|
|
|
|
} |
|
|
|
|