This is the uncertainty of the starting pose in the Y dimension, in selected space coordinates. This value is used by both CogOCVMaxRunParams::KeySearchParams and CogOCVMaxRunParams::StartPoseSearchParams. This value is ignored in CogOCVMaxRunParams::ImageSearchParams.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleThis read/write property of type Double must be greater than or equal to zero.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If you attempt to set this to a value less than zero. |
| ObjectDisposedException | If this CogOCVMaxSearchParams object has already been disposed. |
See Also