Is there any package/software which can do Meshing of Point Clouds in real time?
What is the data structure used to represent 3D Point Clouds ?
Is there any package/software which can do Meshing of Point Clouds in real time?
What is the data structure used to represent 3D Point Clouds ?
MeshLab is a great one for meshing point clouds.
Look under Filters > Re-meshing, simplification and reconstruction. Ball Pivoting Surface Reconstruction and Poisson Reconstruction are good ones.
Here you can find a tutorial on Meshing Point Clouds using MeshLab.
As for representing your point cloud the easiest format to use is the XYZ format:
X1 Y1 Z1
X2 Y2 Z2
etc.
Another good format that is relatively easy to use is Object (OBJ) model format.
MeshLab http://meshlab.sourceforge.net/
Marc Levoy's website contains links to packages used to create several famous 3D models, but they are not real time. In particular, VripPack and ZipPack. He has some papers on doing it in real time too, I think, but they lack packaged implementations.
3DRACS is the best option. try it Its easy and fast. http://real3d.pk/3dracs.html
Geomagic can do it very well http://www.geomagic.com, but not in real time and it is very expensive. I think a lot of users of lidar data are moving away from meshing and are focused improving the methods of viewing point-clouds- extracting surface normals to allow lighting and scaling up the point sizes intelligently to fill holes.