CogOCVCharacterPosition RotationUncertainty Property Cognex VisionPro 9.7
Rotation uncertainty specifies the expected +/- range, in radians, of the 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: 73.0.0.0
Syntax

public double RotationUncertainty { 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

Rotation uncertainty is < 0.

Remarks

The expected range, in radians, of the image-to-image variation of a character's rotation. This is an unsigned value; specify 0.1 to specify a range of Rotation-0.1 through Rotation+0.1 radians.

Default Value: 0.0

See Also