V
V
Vitaly Stolyarov2017-03-12 16:19:00
JavaScript
Vitaly Stolyarov, 2017-03-12 16:19:00

Mesh reconstruction from point cloud using javaScript?

There is a need to get a 3d mesh from a point cloud on the client side (in the browser). There are libraries for 2d cases, I also found for 3D, but there are a lot of triangles inside (based on tetrahedra), and only a surface is needed.
I found an excellent Fade2D library, it can do exactly what you need, but only in C++. Are there similar JS libraries? Or at least open source, which really work and could be ported via emscripten

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Pavlyuk, 2017-03-13
@pav5000

There is an open source OpenMVS project https://github.com/cdcseacave/openMVS
But please note that this is a very computationally and memory intensive task. Plus, it would be necessary to have not only a cloud, but also the images from which this cloud was built.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question