Gets or sets the area overlap threshold. Result candidates overlap
in area if the percentage of area overlap
is greater than XYOverlap. SearchMax discards the weaker pattern
instance when two pattern instances overlap for all DOFs as well as
area. Valid range is from 0 to 1.0.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleThe area overlap threshold. Default value is 0.8.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when you attempt to set this to a value less than 0 or greater than 1.0. |
See Also