Translation uncertainty specifies the +/- range that the pattern may vary from its expected x,y position. Uncertainty value must be greater than or equal to zero.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogOCVPatternPosition Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The uncertainty is < 0. |
Remarks
The expected range of image-to-image variation in the overall pattern's translation. This is an unsigned value; supply a value of 5 to indicate an expected translation from -5 through +5.
Default Value: 0.0
See Also