CogSearchMaxZoneAngle Low Property Cognex VisionPro
Gets or sets low limit (in radians) for angle degree of freedom zone.

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

public double Low { get; set; }

Property Value

Type: Double
Low limit for angle DOF zone. Default value is -pi/4.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfLow
ICogChangedEvent Changed

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

The following state flags may be affected:

  • SfLow
  • SfHigh
Remarks

Low limit is only used if Configuration is CogSearchMaxZoneConstants.LowHigh. In this case, SearchMax will use the low and high limits for the expected range of values. Low must be less than or equal to High. Setting Low to a value larger than High also sets High to the new value.

The angle limit is measured from the SelectedSpaceName of the InputImage to "Pattern Space". This rotation angle is the Rotation component of the CogTransform2DLinear returned by the GetPose method of CogSearchMaxResult.

See Also