CogOCVCharacterPosition ScalingUncertainty Property Cognex VisionPro 9.5
Scaling uncertainty specifies the expected +/- range of the of the image-to-image variation of a character's scaling factor. 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 ScalingUncertainty { 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

Scaling uncertainty is < 0 or > 0.05.

Remarks

Scaling uncertainty specifies the expected +/- range of the of the image-to-image variation of this character's scaling factor. This is an unsigned value; supply a value of 0.05 to specify a range of scale factors from 0.95*Scaling through 1.05*Scaling.

Default Value: 0.0

See Also