Gets the score of this result. The score is a value between zero and
one. Higher values indicate a better match between the trained pattern
and the runtime vision data.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleThe score 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.
The results in a Cog3DPatMaxResults collection are sorted in order of decreasing score.
See Also