Click or drag to resize

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
Syntax
public const SolvePnpMethod IPPESquare = 7

Field Value

Type: SolvePnpMethod
See Also