CogOCVCharacterPosition TranslationUncertainty Property Cognex VisionPro 9.8 SR1
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.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 75.0.0.0
Syntax

public double TranslationUncertainty { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogOCVCharacterPosition Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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