CogPMRedLinePattern GrainLimitFineAutoSelect Property Cognex VisionPro
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.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 65.1.0.0
Syntax

public bool GrainLimitFineAutoSelect { get; set; }

Property Value

Type: Boolean
"True" if the GrainLimitFine is to be recomputed during training. "False" otherwise. Default value is "true".
Events

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