Cog3DCrspFeaturesCollection Constructor (Cog3DVect3Collection, Cog3DVect2Collection, Cog3DScalarCollection)Cognex VisionPro 9.8 SR1
Construct this Cog3DCrspFeaturesCollection with the supplied components.

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

public Cog3DCrspFeaturesCollection(
	Cog3DVect3Collection pointsModel3D,
	Cog3DVect2Collection pointsRaw2D,
	Cog3DScalarCollection weights
)

Parameters

pointsModel3D
Type: Cognex.VisionPro3D Cog3DVect3Collection
The collection of 3D model points. May not be null.
pointsRaw2D
Type: Cognex.VisionPro3D Cog3DVect2Collection
The collection of 2D feature points. May not be null.
weights
Type: Cognex.VisionPro3D Cog3DScalarCollection
The collection of weights. Note that if weights is null, it means that all the points have equal weight of 1.0.
Exceptions

ExceptionCondition
ArgumentNullException If pointsModel3D or pointsRaw2D is null.
See Also