CogSearchMaxZoneScale High Property Cognex VisionPro 9.8
Gets or sets high 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 High { get; set; }

Property Value

Type: Double
High limit for scale DOF zone. Default value is 1.2.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfHigh
ICogChangedEvent Changed

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

The following state flags may be affected:

  • SfHigh
  • SfLow
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when you attempt to set this to a value less than or equal to 0.
Remarks

High 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 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 method of CogSearchMaxResult.

See Also