CogSearchMaxGranularityModeConstants EnumerationCognex VisionPro 9.5
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.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
Syntax

public enum CogSearchMaxGranularityModeConstants
Members

  Member nameValueDescription
Robust0 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.
Fast1 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