Cog3DCrspFeaturesCollection Weights Property Cognex VisionPro 9.8
Gets/sets the collection of weights.

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

public Cog3DScalarCollection Weights { get; set; }

Property Value

Type: Cog3DScalarCollection
A collection of weights.
Remarks

Null value means that all the points have equal weight of 1.0.
See Also