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.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| SearchImage | 0 | 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. | |
| SearchImageWithOriginBoundary | 1 | 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. | |
| SearchImageWithStartPose | 2 | 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