CogPMAlignZoneAngle High Property Cognex VisionPro
High limit (in radians) for angle DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. Low must be <= to high. Setting high < low will also set low 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
CogPMAlignZoneAngle Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogPMAlignZoneAngle Changed

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

The following state flags may be affected:

Remarks

High limit (in radians) for angle 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.

The angle limit is measured from the selected space of the InputImage to the located pattern space. This rotation angle is the Rotation component of the CogTransform2DLinear returned by GetPose  function.

You can specify any value for the nominal angle. The tool always returns angle results in the range -π to +π.

Default Value: π/4

See Also