Construct this Cog3DCrspFeaturesCollection with the supplied components.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
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
| Exception | Condition |
|---|---|
| ArgumentNullException | If pointsModel3D or pointsRaw2D is null. |
See Also