Enumeration of train modes available to CogSearchMaxPattern
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| EvaluateDOFsAtRuntime | 0 | 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. | |
| CreateDOFTemplates | 1 | 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