CogCNLSearchPattern Accuracies Property Cognex VisionPro 9.5
Specifies the accuracies for which to train this CNLSearch pattern. Multiple accuracies may be trained by performing a bitwise OR of the accuracy constants.

Namespace: Cognex.VisionPro.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 69.0.0.0
Syntax

public CogCNLSearchAccuracyConstants Accuracies { get; set; }

Property Value

Type: CogCNLSearchAccuracyConstants
Events

Event TypeReason
CogCNLSearchPattern Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogCNLSearchPattern Changed

Fires when the value of this property changes and the pattern becomes untrained as result of the property value change (there is a change to which accuracies are included).

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is not formed by ORing together one or more of the values defined in CogCNLSearchAccuracyConstants.

    Remarks

    Specifies the accuracies for which to train this CNLSearch pattern. Multiple accuracies may be trained by performing a bitwise OR of the accuracy constants.

    You can only search using an accuracy for which you have trained this CogCNLSearchPattern.

    Default Value: VeryFine

    See Also