CogPMAlignZoneScale Low Property Cognex VisionPro 9.7
Low limit for DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. In this case, PMAlign will use the low & high limits for the expected range of values. Low must be <= to high. Setting low > high will also set high to the new value.

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

public double Low { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogPMAlignZoneScale Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogPMAlignZoneScale Changed

Fires when the value of this property changes and High was changed as well.

The following state flags may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than or equal to zero.

Remarks

Low limit for the scale degree of freedom. Only used if Configuration is LowHigh. In this case, PMAlign will use the low and high limits for the expected range of values. High must be greater than Low. Setting Low to a value greater than High also sets High to the new value.

This scale limit is measured from the SelectedSpaceName of the InputImage to "Pattern Space". This is equivalent to the scale component of the CogTransform2DLinear returned by GetPose  function.

Default Value: 0.8

See Also