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