CogAcqFieldCalibration FieldCalibrationZScale Property Cognex VisionPro
Gets or sets the scaling from pixel values to mm 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 FieldCalibrationZScale { get; set; }

Property Value

Type: Double
The number of mm per pixel value.

Implements

ICogAcqFieldCalibration FieldCalibrationZScale
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