class documentation
An object holding all tagged point clouds
| Method | __init__ |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | visualize |
Draw the complete point cloud and print the array contents. NOTE: X only, not Wayland compatible |
| Instance Variable | clouds |
a dictionary of form "structure":point_cloud, meaning the name of the structure type and a numpy array holding all the points tagged as that structure type |
| Instance Variable | density |
Undocumented |
| Instance Variable | grid |
Undocumented |
| Instance Variable | overall |
a numpy array holding the x,y,z coordinates of every point in the scene |
| Instance Variable | tolerance |
Undocumented |
| Instance Variable | z |
Undocumented |
clouds =
¶
a dictionary of form "structure":point_cloud, meaning the name of the structure type and a numpy array holding all the points tagged as that structure type