machinevisiontoolbox.PointCloud.PointCloud.__add__

PointCloud.__add__(other)[source]

Overload the + operator to concatenate point clouds

Parameters:

other (PointCloud) – second point cloud

Returns:

concatenated point clouds

Return type:

PointCloud