Cog3DCameraCalibration IsTelecentric Property Cognex VisionPro 9.7
Gets whether this camera calibration's distortion model is Cog3DCameraCalibrationDistortionModelConstants::eTelecentric.

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

public bool IsTelecentric { get; }

Property Value

Type: Boolean
True if this camera calibration's distortion model is Cog3DCameraCalibrationDistortionModelConstants::eTelecentric; False otherwise.
See Also