CogPMAlignResult Coverage Property Cognex VisionPro 9.8 SR1
Coverage score is the fraction (0.0 to 1.0) of features in the trained pattern that are found in this result. Only available for PatMax, -1 is always returned for PatQuick.

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

public double Coverage { get; }

Property Value

Type: Double
Remarks

Coverage score is the fraction (0.0 to 1.0) of features in the trained pattern that are found in this result. Only available for PatMax, -1 is always returned for PatQuick.

See Also