Skip to content

Commit

Permalink
Merge pull request opencv#3129 from PhilLab:patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpisarev committed Aug 21, 2014
2 parents 44e04da + e09adc4 commit 5afaa6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ Finds an object pose from 3D-2D point correspondences.

:param tvec: Output translation vector.

:param useExtrinsicGuess: If true (1), the function uses the provided ``rvec`` and ``tvec`` values as initial approximations of the rotation and translation vectors, respectively, and further optimizes them.
:param useExtrinsicGuess: Parameter used for ITERATIVE. If true (1), the function uses the provided ``rvec`` and ``tvec`` values as initial approximations of the rotation and translation vectors, respectively, and further optimizes them.

:param flags: Method for solving a PnP problem:

Expand Down Expand Up @@ -615,7 +615,7 @@ Finds an object pose from 3D-2D point correspondences using the RANSAC scheme.

:param tvec: Output translation vector.

:param useExtrinsicGuess: If true (1), the function uses the provided ``rvec`` and ``tvec`` values as initial approximations of the rotation and translation vectors, respectively, and further optimizes them.
:param useExtrinsicGuess: Parameter used for ITERATIVE. If true (1), the function uses the provided ``rvec`` and ``tvec`` values as initial approximations of the rotation and translation vectors, respectively, and further optimizes them.

:param iterationsCount: Number of iterations.

Expand Down

0 comments on commit 5afaa6b

Please sign in to comment.