CogPMAlignResult Accepted Property Cognex VisionPro
True if the result's Score was >= the ICogPMAlignRunParams::AcceptThreshold.

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

public bool Accepted { get; }

Property Value

Type: Boolean
Remarks

True if the result's Score was greater than or equal to the accept threshold that you specified using AcceptThreshold.

See Also