Enumeration of accuracy modes available to CogPMRedLineRunParams. The
accuracy mode controls the tradeoff between speed and accuracy.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Fast | 0 | Less time is spent on accuracy. This mode is especially useful when you are searching for multiple pattern instances and only want to know how many were found. | |
| Standard | 1 | This mode good gives a good tradeoff between accuracy and speed for most applications. | |
| Accurate | 2 | More time is spent on accuracy. This mode can be useful if you desire more accuracy and are willing to sacrifice some speed. |
See Also