Gets or sets the sampling interval in pixels. Increasing the sampling
interval causes CogAutoSelect to run faster but produce lower quality
results.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32The sampling interval, in pixels.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied sampling interval is less than or equal to zero. |
See Also