CogOCVPatternPosition RotationUncertainty Property Cognex VisionPro 9.7
Rotation uncertainty specifies the +/- range (in radians) that the pattern may vary from its expected rotation. Uncertainty value must be greater than or equal to zero.

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
CogOCVPatternPosition Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied uncertainty is < 0 or > 5 degrees (0.087266 radians).

Remarks

The expected range, in radians, of the image-to-image variation of the overall pattern's rotation with respect to the selected space of the input image. This is an unsigned value; specify 0.1 to specify a range of -0.1 through +0.1 radians.

Default Value: 0.0

See Also