CogCNLSearchPattern AdvancedTrainingEnabled Property Cognex VisionPro 9.22
Advanced training only applies to the Linear Search algorithm. It should only be enabled if CNLSearch is returning inaccurate result locations. Enabling advanced training will cause longer training time and may effect execution time.

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

public bool AdvancedTrainingEnabled { get; set; }

Property Value

Type: Boolean
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.

The following state flags may be affected:

    Remarks

    Advanced training only applies to the Linear Search algorithm. It should only be enabled if CNLSearch is returning inaccurate result locations. Enabling advanced training will cause longer training time and may affect execution time.

    Default Value: False

    See Also