Cog3DPointCloudMesh Constructor (CogImage16Range)Cognex VisionPro 9.22 SR1

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.

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

public Cog3DPointCloudMesh(
	CogImage16Range rangeImage
)

Parameters

rangeImage
Type: Cognex.VisionPro CogImage16Range
The range image from which to generate the contents of this mesh point cloud.
Exceptions

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