Cog3DCameraCalibration Multiply Operator Cognex VisionPro 9.7
Operator for mapping a 3D physical position to a Raw2D image position using the specified camera calibration.

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

public static Cog3DVect2 operator *(
	Cog3DCameraCalibration cameraCalibration,
	Cog3DVect3 pointPhys3D
)

Parameters

cameraCalibration
Type: Cognex.VisionPro3D Cog3DCameraCalibration
The specified camera calibration. May not be null.
pointPhys3D
Type: Cognex.VisionPro3D Cog3DVect3
The 3D point in Phys3D to map using the specified camera calibration.

Return Value

Type: Cog3DVect2
The mapped point in Raw2D.
Exceptions

ExceptionCondition
ArgumentNullException If cameraCalibration is null.
See Also