Gets or sets whether CogSearchMaxPattern will automatically generate grain
limits during training. If false then the values stored in the pattern
prior to training will be used.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 80.0.0.0
Syntax
Property Value
Type: BooleanTrue if SearchMaxPattern will automatically generate grain limits during training; false if the values stored in the pattern prior to training will be used. Default value is true.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
The granularity limits control the size of features detected by SearchMax. For more information, see GrainLimitCoarse and GrainLimitFine.
Note Changing this property causes this CogSearchMaxPattern to become untrained.
See Also