SolvePnpMethodIPPESquare Field |
http://www.emgu.com
Infinitesimal Plane-Based Pose Estimation. This is a special case suitable for marker pose estimation.
4 coplanar object points must be defined in the following order:
- point 0: [-squareLength / 2, squareLength / 2, 0]
- point 1: [ squareLength / 2, squareLength / 2, 0]
- point 2: [ squareLength / 2, -squareLength / 2, 0]
- point 3: [-squareLength / 2, -squareLength / 2, 0]
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const SolvePnpMethod IPPESquare = 7
Public Const IPPESquare As SolvePnpMethod = 7
public:
literal SolvePnpMethod^ IPPESquare = 7
static val mutable IPPESquare: SolvePnpMethod
Field Value
Type:
SolvePnpMethod
See Also