CogOCVPattern CharacterRotationUncertainty Property Cognex VisionPro
A common rotation (in radians) uncertainty for any character position that has its UsePatternCharacterUncertainties set to true. The rotation uncertainty specifies the expected image-to-image variation of a character's rotation. This is an unsigned value.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax

public double CharacterRotationUncertainty { 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, in radians, of the image-to-image variation of any character's rotation. This is an unsigned value; specify 0.1 to specify a range of Rotation-0.1 through Rotation+0.1 radians. This value is applied to any character position that has UsePatternCharacterUncertainties set to true.

Default Value: 0.0

See Also