CogPMAlignRunAlgorithmConstants EnumerationCognex VisionPro 9.10
Algorithm used to run the PMAlign pattern.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 79.0.0.0
Syntax

public enum CogPMAlignRunAlgorithmConstants
Members

  Member nameValueDescription
PatMax0Run PMAlign using the PatMax algorithm.
PatQuick1Run PMAlign using the PatQuick algorithm.
BestTrained2Run PMAlign using the PatMax algorithm if the pattern is trained for both PatMax and PatQuick or PatMax high sensitivity. Otherwise, run using the algorithm for which the pattern was trained.
PatFlex3Run PMAlign using the PatFlex algorithm.
PatMaxPerspective4Run PMAlign using the perspective PatMax algorithm.
Remarks

Algorithm used to run the PMAlign pattern.

See Also