CogPMAlignZoneScale High Property Cognex VisionPro
High 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 high < low will also set high to the new value.

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

public double High { 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 Low 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

High 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. Low must be less than or equal to High. Setting High to a value less than Low also sets Low 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: 1.2

See Also