CVBpy 14.0
PointCloudFlags Class Reference

Flags for creating point clouds. More...

Inherits object.

Static Public Attributes

int Double = 1
 Create the point cloud with double components.
 
int Float = 0
 Create the point cloud with float components.
 
int NoExtrinsic = 16777216
 Only apply intrinsic calibration in create(range_map, calibrator, flags)
 
int XYZ = 0
 Create the point cloud with three Cartesian components x, y, z.
 
int XYZConfidence = 64
 Create point cloud with three Cartesian components (x, y, z) and a confidence plane.
 
int XYZW = 32
 Create the point cloud with four Cartesian, homogeneous components x, y, z, w.
 

Detailed Description

Flags for creating point clouds.