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

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

public Cog3DCameraCalibrationIntrinsics(
	Cog3DVect2 scale,
	double skew,
	Cog3DVect2 translation,
	Cog3DCameraCalibrationDistortionModelConstants distortionModel,
	Cog3DScalarCollection kc
)
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