CogPMAlignZoneAngle Overlap Property Cognex VisionPro 9.7
Result candidates overlap for an angle DOF if the abs(Angle #1 - Angle #2) <= Overlap. PMAlign discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area. Overlap units are in radians.

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

public double Overlap { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogPMAlignZoneAngle Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than zero.

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. PMAlign discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom as well as area. Overlap units are in radians.

Default Value:

See Also