CogSearchMaxRunModeConstants EnumerationCognex VisionPro 9.7
Enumeration of run modes available to CogSearchMaxRunParams. The run mode dictates how Search Max decides which parts of the image will be searched for the pattern.

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

public enum CogSearchMaxRunModeConstants
Members

  Member nameValueDescription
SearchImage0 The pattern may be found in parts of the image wherein the pattern is completely contained within the search region. If no search region is supplied the pattern may be found anywhere in the image.
SearchImageWithOriginBoundary1 Similar to SearchImage with the additional constraint that the pattern may only be found in parts of the image where the pattern's origin is contained within the OriginBoundary.
SearchImageWithStartPose2 Similar to SearchImage with the additional constraint that the pattern may only be found in parts of the image defined by the StartPose, StartPoseTranslationUncertaintyX, and StartPoseTranslationUncertaintyY parameters.
See Also