This is the amount of XY overlap above which two results are considered to be the same.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThis read/write property of type Double must be greater than or equal to zero and less than or equal to one.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxSearchParams object has already been disposed. |
| ArgumentOutOfRangeException | If you attempt to set this to a value less than zero or greater than one. |
See Also