CogPMRedLineZoneAngle Overlap Property Cognex VisionPro 9.7
Gets or sets the overlap threshold (in radians) for the angle degree of freedom zone.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 73.0.0.0
Syntax

public double Overlap { get; set; }

Property Value

Type: Double
The angle overlap threshold (in radians). Default value is 2 * pi.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than zero.
Remarks

Two result candidates are said to overlap in the angle degree of freedom if the absolute difference between their angles is less than or equal to the given Overlap threshold.

PMRedLine discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area. See the Overlap property of the scale DOF zone, and the XYOverlap property of the CogPMRedLineRunParams class for more information.

See Also