Items with no label
3335 Discussions

pyntcloud?anky.plot(mesh=True, backend="threejs")

tguan
New Contributor I
3,382 Views

i tried the examples below, everything is ok ,but why doesn't it show points images such as

https://github.com/daavoo/pyntcloud/tree/master/examples pyntcloud/examples at master · daavoo/pyntcloud · GitHub

the note says:

Note that we are passing the argument backend="threejs" because mesh visualziation is not currently supported with the default backend.

Because of this, the visualization might don't work in some enviroments (i.e. binder). We are working to add support to mesh plotting with the default backend as soon as possible in order to fix these issues.

i want to know wahere i can find the .plot Parameter usage and display thr points

0 Kudos
4 Replies
MartyG
Honored Contributor III
1,229 Views

Have you seen the anky tutorial article about getting the points? In the tutorial, the creator of Pyntcloud says that he uses the Plot() function to visualize the mesh and point cloud of the ankylosaurus.

https://medium.com/@daviddelaiglesiacastro/3d-point-cloud-generation-from-3d-triangular-mesh-bbb602ecf238 https://medium.com/@daviddelaiglesiacastro/3d-point-cloud-generation-from-3d-triangular-mesh-bbb602ecf238

0 Kudos
tguan
New Contributor I
1,229 Views

I am so sorry that I cannot open the website but thank you for your reply.

i have already try all the examples below,any thing is ok,but the .plot function seems to not work,i cannot visualize the points.

i wonder wherther the pyntcloud can work only on specific platform or i have some defalts that i donnot realize.

it has troubled me a lot.

0 Kudos
tguan
New Contributor I
1,229 Views

ok,I realized that it can visualize in jupyter ,so do you know more about pointcloud processing methods,if you know ,please recommend it to me ,because i want to show the points in windows.

thank you all the way ,maybe the question is out of your range.

thank you

0 Kudos
MartyG
Honored Contributor III
1,229 Views

RealSense SDK 2.0 has a C++ point cloud tutorial for displaying a point cloud in a window.

https://github.com/IntelRealSense/librealsense/tree/master/examples/pointcloud librealsense/examples/pointcloud at master · IntelRealSense/librealsense · GitHub

0 Kudos
Reply