Gets the 3D pose results for one part instance.
Note that multiple pose results might be returned.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public List<Cog3DPoseEstimatorUsing2DPointsResult> GetPoseResults()
public List<Cog3DPoseEstimatorUsing2DPointsResult> GetPoseResults()
Public Function GetPoseResults As List(Of Cog3DPoseEstimatorUsing2DPointsResult)
Public Function GetPoseResults As List(Of Cog3DPoseEstimatorUsing2DPointsResult)
public:
List<Cog3DPoseEstimatorUsing2DPointsResult^>^ GetPoseResults()
public:
List<Cog3DPoseEstimatorUsing2DPointsResult^>^ GetPoseResults()
Return Value
Type:
List Cog3DPoseEstimatorUsing2DPointsResult
The 3D pose results for one part instance.
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.