Cog3DPointCloudMesh Constructor (CogImage16Range, String)Cognex VisionPro 9.5

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.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

public Cog3DPointCloudMesh(
	CogImage16Range rangeImage,
	string desiredStorageSpaceName
)

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

ExceptionCondition
ArgumentNullException If rangeImage is null.
ArgumentException If rangeImage is not allocated.
ArgumentNullException If desiredStorageSpaceName is null.
See Also