CogPMAlignPattern RuntimeScoringMethod Property Cognex VisionPro
Instructs the pattern how to treat non-visible pixels at run-time.

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

public CogPMAlignVisiblePixelMaskScoringMethodConstants RuntimeScoringMethod { get; set; }

Property Value

Type: CogPMAlignVisiblePixelMaskScoringMethodConstants
The default is DoNotScoreFeatures.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfRuntimeScoringMethod state flag may be affected.
Exceptions

ExceptionCondition
InvalidArgumentIf the supplied value is not a valid option.
Remarks

This property is used only if the type of the input image is CogImage16Range.If the value changes, the pattern becomes untrained.
See Also