Instructs the pattern how to treat non-visible pixels at run-time.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
public CogPMAlignVisiblePixelMaskScoringMethodConstants RuntimeScoringMethod { get; set; }public CogPMAlignVisiblePixelMaskScoringMethodConstants RuntimeScoringMethod { get; set; }Public Property RuntimeScoringMethod As CogPMAlignVisiblePixelMaskScoringMethodConstants
Get
Set
Public Property RuntimeScoringMethod As CogPMAlignVisiblePixelMaskScoringMethodConstants
Get
Set
public:
property CogPMAlignVisiblePixelMaskScoringMethodConstants RuntimeScoringMethod {
CogPMAlignVisiblePixelMaskScoringMethodConstants get ();
void set (CogPMAlignVisiblePixelMaskScoringMethodConstants value);
}public:
property CogPMAlignVisiblePixelMaskScoringMethodConstants RuntimeScoringMethod {
CogPMAlignVisiblePixelMaskScoringMethodConstants get ();
void set (CogPMAlignVisiblePixelMaskScoringMethodConstants value);
}Property Value
Type:
CogPMAlignVisiblePixelMaskScoringMethodConstantsThe default is DoNotScoreFeatures.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The SfRuntimeScoringMethod state flag may be affected. |
| Exception | Condition |
|---|
| InvalidArgument | If the supplied value is not a valid option. |
This property is used only if the type of the input image is CogImage16Range.If the value changes, the pattern becomes untrained.