|  | Cv2SolvePnPRansac Method | 
 Overload List
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, Double, OutputArray, SolvePnPFlags) | 
            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, Double, SolvePnPFlags) | 
            computes the camera pose from a few 3D points and the corresponding projections. The outliers are possible.
             | 
 See Also
See Also