CogOCVPattern CharacterScalingUncertainty Property Cognex VisionPro
A common scaling uncertainty for any character position that has its UsePatternCharacterUncertainties set to true. The scaling uncertainty specifies the expected image-to-image variation of a character's scale. 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 CharacterScalingUncertainty { 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 or > 0.05.

Remarks

Scaling uncertainty specifies the expected +/- range of the of the image-to-image variation of any 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. This value is applied to any character position that has UsePatternCharacterUncertainties set to true.

Default Value: 0.0

See Also