CogAcqFieldCalibration FieldCalibrationXScale Property Cognex VisionPro
Gets or sets the range image pixel size in the X direction used when field calibration is in effect.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual double FieldCalibrationXScale { get; set; }

Property Value

Type: Double
The size of the range image pixel in the X direction.

Implements

ICogAcqFieldCalibration FieldCalibrationXScale
Remarks

This value is ignored if either UseFieldCalibration or RemoveSkewFromRangeImage are false.

The default value is the same as the default for XScale. The value will be forced to the default if UseDefaultScales is true

See Also