Point clouds
Informational
Concise string representation of point cloud parameters |
|
Return repr(self). |
|
Number of points |
Access to point cloud data
Get points as array |
|
Get point color data as array |
Point cloud i/o
Create point cloud from file |
|
Write point cloud to file |
|
Display point cloud using Open3D |
Point cloud operations
Copy point cloud |
|
Transform point cloud |
|
Downsample point cloud by voxelization |
|
Downsample point cloud by random selection |
|
Voxelize point cloud |
|
Estimate point normals |
|
Remove point cloud outliers |
|
Select points by index |
|
Colorize point cloud |
|
Register point cloud using ICP |
|
Access Open3D point cloud attribute |
Overloaded operators
Overload * opeator to transform points |
|
Overload *= opeator to transform points |
|
Overload the + operator to concatenate point clouds |