CogSearchMaxResult Accepted Property Cognex VisionPro 9.5
Gets whether the result's Score was greater than or equal to the accept threshold.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
Syntax

public bool Accepted { get; }

Property Value

Type: Boolean
True if the result's Score was greater than or equal to the specified AcceptThreshold in the CogSearchMaxRunParams; otherwise, false.
See Also