CogSearchMaxRunParams RunAlgorithm Property Cognex VisionPro 9.8 SR1
Gets or sets the run algorithm that is used to search for the pattern.

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

public CogSearchMaxRunAlgorithmConstants RunAlgorithm { get; set; }

Property Value

Type: CogSearchMaxRunAlgorithmConstants
The run algorithm must be a member of CogSearchMaxRunAlgorithmConstants. The default is Standard.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfRunAlgorithm
Remarks

Note that HighAccuracy mode is not supported when the pattern is compressed (that is, when CompressionMode is not None). Also note that HighAccuracy mode is not supported when run time image masking is involved, such as when SearchImageMask is not null).
See Also