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.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogPMAlignZoneAngle Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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: 2π
See Also