Cog3DPoseEstimatorUsingCrsp2D3DsResult GetPoseResults Method Cognex VisionPro
Gets the 3D pose results for one part instance. Note that multiple pose results might be returned.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public List<Cog3DPoseEstimatorUsing2DPointsResult> GetPoseResults()

Return Value

Type: List Cog3DPoseEstimatorUsing2DPointsResult 
The 3D pose results for one part instance.
Remarks

If the returned list has multiple pose results, it means not enough information to get a unique pose during calling methods of Cog3DPoseEstimatorUsingCrsp2D3Ds. Pose ambiguities can be avoided by adding more feature correspondences.
See Also