PointCloudFlags Enumeration

CVB.Net Documentation
Flags for creating PointClouds.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

[FlagsAttribute]
public enum PointCloudFlags
Members

  Member nameValueDescription
Float0 Create the point cloud with float components.
Double1 Create the point cloud with double components.
XYZ0 Create the point cloud with three Cartesian components (x, y, z).
XYZW32 Create the point cloud with four Cartesian, homogeneous components (x, y, z, w).
XYZConfidence64 Create point cloud with three Cartesian components (x, y, z) and a confidence plane.
WithConfidence4096 Create the point cloud with an additional confidence plane.
NoExtrinsinc16777216 Only apply intrinsic calibration in CreatePointCloud(Image, PointCloudFlags).
See Also

Reference