Conversion functions for 3D objects. More...
Static Public Member Functions | |
static PointCloud | To< T > (PointCloud source) |
Creates a new point cloud which is a copy of the given source , but with possibly different data type and number of components. More... | |
static PointCloud | Convert (PointCloud source, PointCloudFlags flags) |
Creates a new point cloud which is a copy of the given source , but with possibly different data type and number of components. More... | |
Conversion functions for 3D objects.
|
static |
Creates a new point cloud which is a copy of the given source , but with possibly different data type and number of components.
source | The point cloud to convert. |
flags | Flags specifying the kind of point cloud to be created. |
CvbException | When creating the converted point cloud failed. |
|
static |
Creates a new point cloud which is a copy of the given source , but with possibly different data type and number of components.
T | DataType to convert to. Can be either double or float. |
source | The point cloud to convert. |
ArgumentException | When T is not double or float. |
T | : | struct |