Gets/sets the collection of weights.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
public Cog3DScalarCollection Weights { get; set; }public Cog3DScalarCollection Weights { get; set; }Public Property Weights As Cog3DScalarCollection
Get
Set
Public Property Weights As Cog3DScalarCollection
Get
Set
public:
property Cog3DScalarCollection^ Weights {
Cog3DScalarCollection^ get ();
void set (Cog3DScalarCollection^ value);
}public:
property Cog3DScalarCollection^ Weights {
Cog3DScalarCollection^ get ();
void set (Cog3DScalarCollection^ value);
}Property Value
Type:
Cog3DScalarCollection
A collection of weights.
Null value means that all the points have equal weight of 1.0.