Enumeration of GranularityModes available to CogSearchMaxPattern,
The Granularity mode is the method used to generate the coarse
model at a given granularity or resolution.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Robust | 0 | Robust mode uses a robust method that is appropriate for all models and does the best job of always finding all instances of a model. | |
| Fast | 1 | Fast mode uses a method that allows faster execution at runtime but is not appropriate for all models; if used on an inappropriate model, such as one consisting primarily of very fine features, it may not locate all instances of the model in some runtime images. |
See Also