CogAutoSelectResult ScoreCombined Property Cognex VisionPro
Gets the overall score for this result in the range of 0.0 to 1.0 inclusive. This score is the combination of orthogonality, symmetry, and uniqueness based on the combination method and scoring weights specified at run time.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 65.1.0.0
Syntax

public double ScoreCombined { get; }

Property Value

Type: Double
The overall score for this result in the range of 0.0 to 1.0 inclusive.
See Also