CogSearchMaxZoneScale Low Property Cognex VisionPro 9.8
Gets or sets low limit for scale degree of freedom zone.

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

public double Low { get; set; }

Property Value

Type: Double
Low limit for scale DOF zone. Default value is 0.8.
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
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when you attempt to set this to a value less than or equal to 0.
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 scale limit is measured from the SelectedSpaceName of the InputImage to the "pattern space". This is equivalent to the scale component of the CogTransform2DLinear returned by GetPose method of CogSearchMaxResult.

See Also