CogPMRedLineResult Coverage Property Cognex VisionPro 9.22 SR1
Gets the coverage value of this result.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 87.1.0.0
Syntax

public double Coverage { get; }

Property Value

Type: Double
The coverage value of this result.
Remarks

The coverage value is the fraction (from zero to one) of features in the trained pattern that are found in this result.

For example, if you trained a pattern that was a complete circle, but only found half a circle at runtime, your result would have a coverage value of approximately 0.5.

See Also