Cog3DPoseEstimatorUsing3DPoints Execute Method Cognex VisionPro 9.8 SR1
Perform a 3D pose estimation using PointsModel3D (model points in Model3D space) and and the specified 3D points in Phys3D space.

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

public Cog3DPoseEstimatorUsing3DPointsResult Execute(
	Cog3DVect3Collection pointsPhys3D
)

Parameters

pointsPhys3D
Type: Cognex.VisionPro3D Cog3DVect3Collection
The 3D point collection in Phys3D space. Each 3D point in this collection must correspond to the 3D model point with the same index in PointsModel3D.

Return Value

Type: Cog3DPoseEstimatorUsing3DPointsResult
The 3D estimated pose result object. The pose in the result object is the pose of the model in Phys3D space i.e. the pose maps points from the Model3D space to the Phys3D space.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
ArgumentException If the size of pointsPhys3D does not match the size of PointsModel3D.
See Also