CogSearchMaxTrainModeConstants EnumerationCognex VisionPro
Enumeration of train modes available to CogSearchMaxPattern

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

public enum CogSearchMaxTrainModeConstants
Members

  Member nameValueDescription
EvaluateDOFsAtRuntime0 Indicates that when trained, the pattern will ignore the train time degrees of freedom (ZoneAngle, ZoneScale, etc.). This mode will result in slower runtimes of the tool.
CreateDOFTemplates1 Indicates that the pattern will create template information based on its train time degrees of freedom. (ZoneAngle, ZoneScale, etc.) when training. This mode will result in faster runtimes, however, in this mode the tool will fail if the runtime degree of freedom range requires a template that was not generated at train time.
See Also