Commit ac8cce39 authored by edgarriba's avatar edgarriba

solvepnpransac() confidence added

parent 747c6a2b
......@@ -158,7 +158,7 @@ CV_EXPORTS_W void solvePnPRansac( InputArray objectPoints, InputArray imagePoint
InputArray cameraMatrix, InputArray distCoeffs,
OutputArray rvec, OutputArray tvec,
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 );
//! initializes camera matrix from a few 3D points and the corresponding projections.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment