Items with no label
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discusiones

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

tguan
Nuevo Colaborador I
5.361 Vistas

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 Respuestas
MartyG
Colaborador Distinguido III
3.208 Vistas

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

tguan
Nuevo Colaborador I
3.208 Vistas

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.

tguan
Nuevo Colaborador I
3.208 Vistas

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

MartyG
Colaborador Distinguido III
3.208 Vistas

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

Responder