Construct this Cog3DCameraCalibrationIntrinsics using the specified camera intrinsics parameters.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- scale
- Type: Cognex.VisionPro3D Cog3DVect2
The x and y scales.
- skew
- Type: System Double
The skew coefficient.
- translation
- Type: Cognex.VisionPro3D Cog3DVect2
The x and y translations.
- distortionModel
- Type: Cognex.VisionPro3D Cog3DCameraCalibrationDistortionModelConstants
The distortion model.
- kc
- Type: Cognex.VisionPro3D Cog3DScalarCollection
The coefficients of lens distortion. Note that the number of elements in Kc must match the distortion model distortionModel.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException |
|
See Also