Cog3DCameraCalibrationIntrinsics Constructor (Cog3DVect2, Double, Cog3DVect2, Cog3DCameraCalibrationDistortionModelConstants, Cog3DScalarCollection)Cognex VisionPro 9.22 SR1
Construct this Cog3DCameraCalibrationIntrinsics using the specified camera intrinsics parameters.

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

public Cog3DCameraCalibrationIntrinsics(
	Cog3DVect2 scale,
	double skew,
	Cog3DVect2 translation,
	Cog3DCameraCalibrationDistortionModelConstants distortionModel,
	Cog3DScalarCollection kc
)

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

ExceptionCondition
ArgumentException
  • If scale.X is less or equal to 0, or scale.Y is less or equal to 0.
  • If kc does not have the number of coefficients required for distortionModel.
See Also