CogAutoSelect XYOverlap Property Cognex VisionPro 9.22
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.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 87.0.0.0
Syntax

public double XYOverlap { get; set; }

Property Value

Type: Double
The 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

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied XY overlap is less than zero or greater than one.
See Also