Cog3DAlignPattern SubsamplingCubeSizeAutoSelect Property Cognex VisionPro
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 SubsamplingCubeSize. Otherwise, it remains unchanged.

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

public bool SubsamplingCubeSizeAutoSelect { get; set; }

Property Value

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

Remarks

You usually want to keep the SubsamplingCubeSizeAutoSelect 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