Construct a Cog3DPointCloudMesh from the supplied range image.
- The range image height data is mapped into storage space as specified by the desiredStorageSpaceName argument.
- The SelectedSpaceName3D is set to the desiredStorageSpaceName argument.
- The CoordinateSpaceTree3D is shared with the input range image.
- The StorageFromRootTransform is computed so that the mapping between storage space ("#") and the SelectedSpaceName3D (the desiredStorageSpaceName argument) is effectively an identity transform.
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- rangeImage
- Type: Cognex.VisionPro CogImage16Range
The range image from which to generate the contents of this mesh point cloud.
- desiredStorageSpaceName
- Type: System String
The name of the coordinate space in the supplied range image's 3D coordinate space tree that defines the desired storage space for this point cloud.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If rangeImage is null. |
| ArgumentException | If rangeImage is not allocated. |
| ArgumentNullException | If desiredStorageSpaceName is null. |
See Also