Cog3DHandEyeCalibrationResult Raw2DFromCamera2D Property Cognex VisionPro
Gets the camera intrinsics (which correspond to the mapping from Camera2D space (the z=1 plane in front of the camera) to Raw2D image space).

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

public Cog3DCameraCalibrationIntrinsics Raw2DFromCamera2D { get; }

Property Value

Type: Cog3DCameraCalibrationIntrinsics
The camera intrinsics (which correspond to the mapping from Camera2D space (the z=1 plane in front of the camera) to Raw2D image space).
See Also