Cog3DCameraCalibration CloneComposeWithPhys3DFromAny3D Method Cognex VisionPro

Create a new camera calibration by composing the current Camera3DFromPhys3D transform with the specified Phys3DFromAny3D transform. The value of camera3DFromPhys3D in the new camera calibration object becomes

Camera3DFromPhys3D * phys3DFromAny3D

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

public Cog3DCameraCalibration CloneComposeWithPhys3DFromAny3D(
	Cog3DTransformRigid phys3DFromAny3D
)

Parameters

phys3DFromAny3D
Type: Cognex.VisionPro3D Cog3DTransformRigid
The transform from a 3D space to the current camera calibration's Phys3D. May not be null.

Return Value

Type: Cog3DCameraCalibration
The created camera calibration.
Exceptions

ExceptionCondition
ArgumentNullException If phys3DFromAny3D is null.
See Also