CogPMAlignMultiRunParams StopSequentialThreshold Property Cognex VisionPro 9.7
Gets or sets the StopSequentialThreshold. This property is only used in Sequential search as one of the stopping condition criteria. Sequential searches will stop when the total number of found instances (with a score at or above this threshold) from a single pattern meets or exceeds the ApproximateNumberToFind. It does not alter the PatMax search algorithm. The value must be greater or equal to the AcceptThreshold otherwise a runtime error will be reported.

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

public double StopSequentialThreshold { get; set; }

Property Value

Type: Double
The default value is 0.5.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfStopSequentialThreshold state flag may be affected.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the value less than zero or greater than 1.
See Also