SolvePnpMethod Enumeration |
http://www.emgu.com
Method for solving a PnP problem
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax public enum SolvePnpMethod
Public Enumeration SolvePnpMethod
public enum class SolvePnpMethod
Members
| Member name | Value | Description |
---|
| Iterative | 0 |
Iterative
|
| EPnP | 1 |
F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation"
|
| P3P | 2 |
X.S. Gao, X.-R. Hou, J. Tang, H.-F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem"
|
| Dls | 3 |
A Direct Least-Squares (DLS) Method for PnP
|
| UPnP | 4 |
Exhaustive Linearization for Robust Camera Pose and Focal Length Estimation
|
See Also