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.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
public Cog3DCameraCalibrationIntrinsics Raw2DFromCamera2D { get; }public Cog3DCameraCalibrationIntrinsics Raw2DFromCamera2D { get; }Public ReadOnly Property Raw2DFromCamera2D As Cog3DCameraCalibrationIntrinsics
Get
Public ReadOnly Property Raw2DFromCamera2D As Cog3DCameraCalibrationIntrinsics
Get
public:
property Cog3DCameraCalibrationIntrinsics^ Raw2DFromCamera2D {
Cog3DCameraCalibrationIntrinsics^ get ();
}public:
property Cog3DCameraCalibrationIntrinsics^ Raw2DFromCamera2D {
Cog3DCameraCalibrationIntrinsics^ 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).