LineMaxResultBase Coverage Property Cognex VisionPro 9.25 SR1

Gets the proportion of inliers relative to the maximum possible number of inliers.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.25.1.0
Syntax

public abstract double Coverage { get; }

Return Value

Type: Double

The coverage proportion.

Remarks

Since only one inlier is allowed per projection region, the maximum possible number of Inliers is defined by the number of "care" projection regions intersected by the line segment, i.e., the number of "care" projection regions along the total span of the line segment.

See Also