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.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleThe default value is 0.5.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The SfStopSequentialThreshold state flag may be affected. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the value less than zero or greater than 1. |
See Also