Gets the proportion of inliers relative to the maximum possible number of
inliers.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 87.1.0.0
public double Coverage { get; }public double Coverage { get; }Public ReadOnly Property Coverage As Double
Get
Public ReadOnly Property Coverage As Double
Get
public:
property double Coverage {
double get ();
}public:
property double Coverage {
double get ();
}Property Value
Type:
Double
The coverage proportion.
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.