Cog3DCameraCalibrationResult GetPhys3DFromCalPlate3Ds Method Cognex VisionPro 9.8 SR1
Get the calibration plate poses computed by the 3D camera calibration algorithm. The poses are computed with respect to the calibration plate pose which defines the world coordinates (which is equivalent to Phys3D).

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

public List<Cog3DTransformRigid> GetPhys3DFromCalPlate3Ds()

Return Value

Type: List Cog3DTransformRigid 
A list of calibration plate poses.
See Also