Operator for mapping a 3D physical position to a Raw2D image position using the specified camera calibration.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
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: Cog3DVect2The mapped point in Raw2D.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If cameraCalibration is null. |
See Also