Gets the score of this result. The score is a value between zero and
one. Higher values indicate a closer match between the trained pattern
and the pattern in the search image.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 65.1.0.0
public double Score { get; }public double Score { get; }Public ReadOnly Property Score As Double
Get
Public ReadOnly Property Score As Double
Get
public:
property double Score {
double get ();
}public:
property double Score {
double get ();
}Property Value
Type:
DoubleThe score of this result.
The computed score is affected by the coverage value of the result and
optionally by its clutter value. The score increases as the
Coverage
value goes up. If the
ScoreUsingClutter
property in the
CogPMRedLineRunParams
class is set to "true", then the score will decrease as the
Clutter
value goes up.
The results in a
CogPMRedLineResults
collection are sorted in order of decreasing score.