ICogAcqFieldCalibration FieldCalibrationYScale Property Cognex VisionPro 9.5
Gets or sets the range image pixel size in the Y direction used when field calibration is in effect.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

double FieldCalibrationYScale { get; set; }

Property Value

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

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

The default value is the same as the default for XScale. Note that the X and Y scales default to the same value to produce square pixels in the range image. The value will be forced to the default if UseDefaultScales is true

See Also