Overload List
Name | Description | |
---|---|---|
SolvePnPRansac(IEnumerablePoint3f, IEnumerablePoint2f, Double, IEnumerableDouble, Double, Double) |
computes the camera pose from a few 3D points and the corresponding projections. The outliers are possible.
| |
SolvePnPRansac(InputArray, InputArray, InputArray, InputArray, OutputArray, OutputArray, Boolean, Int32, Single, Int32, OutputArray, SolvePnPFlag) |
computes the camera pose from a few 3D points and the corresponding projections. The outliers are possible.
| |
SolvePnPRansac(IEnumerablePoint3f, IEnumerablePoint2f, Double, IEnumerableDouble, Double, Double, Int32, Boolean, Int32, Single, Int32, SolvePnPFlag) |
computes the camera pose from a few 3D points and the corresponding projections. The outliers are possible.
|
See Also