CogOCVPattern CharacterTranslationUncertainty Property Cognex VisionPro 9.5
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.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 69.0.0.0
Syntax

public double CharacterTranslationUncertainty { get; set; }

Property Value

Type: Double
Events

Event TypeReason
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

ExceptionCondition
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