mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
Clarified parameter useExtrinsicGuess in solvePnP
This commit is contained in:
parent
8658aef3bf
commit
e09adc4fde
@ -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:
|
||||
|
||||
@ -614,7 +614,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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user