CogOCVCharacterPosition UsePatternCharacterUncertainties Property Cognex VisionPro 9.5
If true then this character position will use the common uncertainty settings in the pattern. Otherwise, this position will use the uncertainty settings specified by its own properties.

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

public bool UsePatternCharacterUncertainties { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogOCVCharacterPosition Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

If true, then this character position will use the common uncertainty settings specified in the CogOCVPattern. If false, the character position will use the individual uncertainty settings specified by TranslationUncertainty, RotationUncertainty, and ScalingUncertainty.

Default Value: True

See Also