| 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.1.0.2282 (3.1.0.2282)
Syntaxpublic 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"
|
See Also