|
|
@ -158,7 +158,7 @@ CV_EXPORTS_W void solvePnPRansac( InputArray objectPoints, InputArray imagePoint |
|
|
|
InputArray cameraMatrix, InputArray distCoeffs, |
|
|
|
InputArray cameraMatrix, InputArray distCoeffs, |
|
|
|
OutputArray rvec, OutputArray tvec, |
|
|
|
OutputArray rvec, OutputArray tvec, |
|
|
|
bool useExtrinsicGuess = false, int iterationsCount = 100, |
|
|
|
bool useExtrinsicGuess = false, int iterationsCount = 100, |
|
|
|
float reprojectionError = 8.0, int minInliersCount = 100, |
|
|
|
float reprojectionError = 8.0, float confidence = 0.99, |
|
|
|
OutputArray inliers = noArray(), int flags = ITERATIVE ); |
|
|
|
OutputArray inliers = noArray(), int flags = ITERATIVE ); |
|
|
|
|
|
|
|
|
|
|
|
//! initializes camera matrix from a few 3D points and the corresponding projections.
|
|
|
|
//! initializes camera matrix from a few 3D points and the corresponding projections.
|
|
|
|