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.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogOCVCharacterPosition Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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