Translation uncertainty specifies the expected +/- range of the image-to-image variation of a character's x,y position. This is an unsigned value.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogOCVCharacterPosition Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Translation uncertainty is < 0. |
Remarks
The expected range of image-to-image variation in a character's translation, expressed in the units of the pattern space (the implicit space defined by the origins of the individual character positions). 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