CogHandEyeCalibratorRemoteCameras DistortionModel Property Cognex VisionPro 9.21
The optical distortion model to be used in computing Raw2DFromCamera2D.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 83.0.0.0
Syntax

public CogLensDistortionModelConstants DistortionModel { get; set; }

Property Value

Type: CogLensDistortionModelConstants
The default is ThreeParamRadial.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of the CogLensDistortionModelConstants enumeration.
See Also