domitry/elegans

Point cloud reconstruction

wywzxxz opened this issue · 1 comments

It could be convenient to build surface from point clound( i.e: [ [0,0,5] , [0,5,5] , [5,0,5] ,[5,5,10] ] ) rather than a existing mesh, just like plot3/surface in matlab.

However , as far as I can see , nodejs don't have any 3D interpolation module at can achieve( which corresponding to the "griddata" in matalb). Now i'm working on Octave, a open source "matlab" which offering a C++ library that do have the griddata function , but I'm been stacked when compile because nodejs use node-gyp but octave use mkoctfile ...

stucked on compile Octave C++ libs into Node-Webkit plugin