CogOCVPatternPosition ScalingUncertainty Property Cognex VisionPro
Scaling uncertainty specifies the +/- range that the pattern may vary from its expected scaling factor. Uncertainty value must be greater than or equal to zero.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax

public double ScalingUncertainty { 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 uncertainty is < 0 or > 0.05.

Remarks

The expected +/- range of the of the image-to-image variation of the overall pattern's scaling factor. This is an unsigned value; supply a value of 0.1 to specify a range of scale factors from 0.9 through 1.1.

Default Value: 0.0

See Also