ICogAcqFieldCalibration FieldCalibrationZScale Property Cognex VisionPro 9.7
Gets or sets the scaling from pixel values to mm used when field calibration is in effect.

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

double FieldCalibrationZScale { get; set; }

Property Value

Type: Double
The number of mm per pixel value.
Remarks

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

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

See Also