CogPMAlignResult Clutter Property Cognex VisionPro
Clutter score is the number of extraneous features present in this result divided by the number of features in the trained pattern. The value ranges from 0.0 to infinity. Only available for PatMax, -1 is always returned for PatQuick.

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

public double Clutter { get; }

Property Value

Type: Double
Remarks

The clutter score is the number of extraneous features present in this result divided by the number of features in the trained pattern. The value ranges from 0.0 to infinity. Only available for PatMax, -1 is always returned for PatQuick.

See Also