Gets or sets the XY overlap required to consider two instances to be
the same result. Overlap is (approximately) the ratio of overlap area
to total area of the pattern, in the range of 0.0 (no overlap) to 1.0
(full overlap) inclusive. Note that this parameter has a large effect
upon execution time - low values (below 0.5) may cause a significant
slowdown.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 80.0.0.0
Syntax
Property Value
Type: DoubleThe XY overlap required to consider two instances to be the same result, in the range from 0.0 (no overlap) to 1.0 (full overlap) inclusive.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied XY overlap is less than zero or greater than one. |
See Also