CogOCVMaxSearchParams XYOverlap Property Cognex VisionPro
This is the amount of XY overlap above which two results are considered to be the same.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public double XYOverlap { get; set; }

Property Value

Type: Double
This read/write property of type Double must be greater than or equal to zero and less than or equal to one.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxSearchParams object has already been disposed.
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero or greater than one.
See Also