CogPMAlignRunParams CoarseAcceptThreshold Property Cognex VisionPro 9.21
If CoarseAcceptThresholdEnabled is true, then results whose score is greater than or equal to CoarseAcceptThreshold will be refined and then compared against AcceptThreshold. Otherwise result scores are only compared against AcceptThreshold. The legal range for CoarseAcceptThreshold is [0.0, 1.0] and the default is 0.33.

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

public double CoarseAcceptThreshold { get; set; }

Property Value

Type: Double
Remarks

CoarseAcceptThreshold must be less than or equal to AcceptThreshold. If CoarseAcceptThreshold is set to a value larger than AcceptThreshold then AcceptThreshold is automatically increased to the same value. Similarly, if AcceptThreshold is set to a value less than CoarseAcceptThreshold then CoarseAcceptThreshold is automatically reduced to the same value.
See Also