A common translation uncertainty for any character position that has its UsePatternCharacterUncertainties set to true. The translation uncertainty specifies the expected 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 |
|---|---|
| CogOCVPattern Changed | Fires when the value of this property changes. The following state flag may be affected: |
| CogOCVPattern Changed | Fires when the value of this property changes and the pattern becomes untrained. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The uncertainty is < 0. |
Remarks
The expected range of image-to-image variation in any character's translation. This is an unsigned value; supply a value of 5 to indicate an expected translation from -5 through +5. This value is applied to any character position that has UsePatternCharacterUncertainties set to true.
Default Value: 0.0
See Also