Gets the coverage value of this result.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleThe coverage value of this result.
Remarks
The score of a result is computed by multiplying the Clutter value of the result by the ClutterMultiplier and then subtracting that number from the result's Coverage value. The score increases as the coverage value rises, and typically decreases as the clutter value rises. The formula is:
Score = Coverage - (Clutter * ClutterMultiplier)
Notice that the score is never less than zero or greater than 1.0. It is always clipped to lie within this range.
See Also