CogSearchMaxZoneAngle Overlap Property Cognex VisionPro 9.8 SR1
Gets or sets the overlap value (in radians) for angle degree of freedom zone.

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

public double Overlap { get; set; }

Property Value

Type: Double
The overlap value. Default value is 2pi.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfOverlap
Exceptions

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

Result candidates overlap for the angle degree of freedom if the absolute difference between the two results' angles is less than or equal to the Overlap value you specify. SearchMax discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area.
See Also