CogPMRedLineAccuracyModeConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of accuracy modes available to CogPMRedLineRunParams. The accuracy mode controls the tradeoff between speed and accuracy.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
Syntax

public enum CogPMRedLineAccuracyModeConstants
Members

  Member nameValueDescription
Fast0 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.
Standard1 This mode good gives a good tradeoff between accuracy and speed for most applications.
Accurate2 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