ICog3DPointCloudRoot InterfaceCognex VisionPro 9.8
The ICog3DPointCloudRoot class defines a common interface for point cloud roots.

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

public interface ICog3DPointCloudRoot

The ICog3DPointCloudRoot type exposes the following members.

Methods

  NameDescription
Public methodCopyNormalAndValidityTo
Copy the normal attribute data (X, Y, Z coordinates and normal validity values) to the supplied, previously allocated array of Cog3DPointCloudAttribute3F. Writing starts at the specified element of the destination array.
Public methodCopyNormalTo( Single , Int32)
Copy the normal X, Y, Z coordinates to the supplied, previously allocated array of float.
Public methodCopyNormalTo( Cog3DVect3F , Int32)
Copy the normal X, Y, Z coordinates to the supplied, previously allocated array of Cog3DVect3F. Writing starts at the specified element of the destination array.
Public methodCopyNormalValidityTo
Copy the normal validity values to the supplied, previously allocated array of byte.
Public methodCopyPositionAndValidityTo
Copy the position attribute data (X, Y, Z coordinates and position validity values) to the supplied, previously allocated array of Cog3DPointCloudAttribute3F. Writing starts at the specified element of the destination array.
Public methodCopyPositionTo( Single , Int32)
Copy the position X, Y, Z coordinates to the supplied, previously allocated array of float.
Public methodCopyPositionTo( Cog3DVect3F , Int32)
Copy the position X, Y, Z coordinates to the supplied, previously allocated array of Cog3DVect3F. Writing starts at the specified element of the destination array.
Public methodCopyPositionValidityTo
Copy the position validity values to the supplied, previously allocated array of byte.
Public methodGetGreyImage
Public methodGetGreyMask
Top
Properties

  NameDescription
Public propertyHasNormal
Does this root object have normal data?
Public propertyNumPoints
The number of points in this point cloud root. Some of these points may not be "valid".
Top
See Also