Segmentation of objects in a point cloud (Python)

Hi Bane,

I’ve only really just been able to start playing around with vtki and just had a quick question regarding the plotting of point clouds.

When I have tried to plot, as you suggested in your first response, I just get a grey background and a scalar bar but nothing else. In VTK to visualize point clouds the only solution I have been able to find requires applying the vtkVertexGlyphFilter first and then applying the elevation filter before plotting.

If I wanted to use vtki, what would be the correct way to use the VertexGlyphFilter in order to visualize the point cloud? I could not find anything when I scanned/ searched the documentation.

Thanks.