Cog3DCameraCalibration MapPointFromPhys3DToRaw2D Method Cognex VisionPro 9.7
Project a 3D point from Phys3D to Raw2D.

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

public Cog3DVect2 MapPointFromPhys3DToRaw2D(
	Cog3DVect3 pointPhys3D
)

Return Value

Type: Cog3DVect2
The projected point in Raw2D.
See Also