Click or drag to resize
SolvePnpMethod Enumeration
http://www.emgu.com
Method for solving a PnP problem

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public enum SolvePnpMethod
Members
  Member nameValueDescription
Iterative0 Iterative
EPnP1 F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation"
P3P2 X.S. Gao, X.-R. Hou, J. Tang, H.-F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem"
Dls3 A Direct Least-Squares (DLS) Method for PnP
UPnP4 Exhaustive Linearization for Robust Camera Pose and Focal Length Estimation
See Also