Gets or sets the run algorithm that is used to search for the pattern.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 87.0.0.0
public CogSearchMaxRunAlgorithmConstants RunAlgorithm { get; set; }public CogSearchMaxRunAlgorithmConstants RunAlgorithm { get; set; }Public Property RunAlgorithm As CogSearchMaxRunAlgorithmConstants
Get
Set
Public Property RunAlgorithm As CogSearchMaxRunAlgorithmConstants
Get
Set
public:
property CogSearchMaxRunAlgorithmConstants RunAlgorithm {
CogSearchMaxRunAlgorithmConstants get ();
void set (CogSearchMaxRunAlgorithmConstants value);
}public:
property CogSearchMaxRunAlgorithmConstants RunAlgorithm {
CogSearchMaxRunAlgorithmConstants get ();
void set (CogSearchMaxRunAlgorithmConstants value);
}Property Value
Type:
CogSearchMaxRunAlgorithmConstants
The run algorithm must be a member of
CogSearchMaxRunAlgorithmConstants.
The default is Standard.
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).