Cog3DCameraCalibration ComputeRayPhys3DFromPointRaw2D Method Cognex VisionPro
Compute a 3D ray through the camera origin from the given 2D image position.

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

public Cog3DRay ComputeRayPhys3DFromPointRaw2D(
	Cog3DVect2 pointRaw2D
)

Return Value

Type: Cog3DRay
A ray in Phys3D.
See Also