CogOCVMaxSearchParams XYOverlap Property Cognex VisionPro 9.21
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: 83.0.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
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero or greater than one.
ObjectDisposedExceptionIf this CogOCVMaxSearchParams object has already been disposed.
See Also