Cog3DPatMaxPattern GranularityAutoSelect Property Cognex VisionPro 9.24
Gets or sets whether to automatically recompute the size of the subsampling cube during pattern training. If "true", the size computed during training overwrites the existing Granularity. Otherwise, it remains unchanged.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 91.0.0.0
Syntax

public bool GranularityAutoSelect { get; set; }

Property Value

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

Remarks

You usually want to keep the GranularityAutoSelect set to its default value of "true". The automatically selected cube size typically represents a good tradeoff between runtime speed and accuracy. You should override this size only after you have verified that the chosen tradeoff is not to your liking.

If you change this value on a trained pattern object, the pattern will become untrained.

See Also