Gets or sets whether to automatically recompute the fine granularity
limit during pattern training. If "true", the limit computed during
training will overwrite the existing
GrainLimitFine.
Otherwise, it will remain unchanged.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 91.0.0.0
Syntax
Property Value
Type: Boolean"True" if the GrainLimitFine is to be recomputed during training. "False" otherwise. Default value is "true".
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
Remarks
PMRedLine employs a multi-resolution search strategy: the tool will subsample your input image multiple times as it searches for instances of your pattern. The maximum amount of subsampling is specified by the coarse granularity limit. The minimum amount is specified by the fine granularity limit. Neither limit can be less than one.
The fine granularity limit must be less than or equal to the coarse granularity limit. The fine value computed during training will never be larger than the coarse granularity limit.
If you change this value on a trained pattern object, the pattern will become untrained.
See Also