algorithm - Meshing of Point Clouds from a 3Dlaser scanner -
is there package/software can meshing of point clouds in real time?
what data structure used represent 3d point clouds ?
meshlab great 1 meshing point clouds.
look under filters > re-meshing, simplification , reconstruction. ball pivoting surface reconstruction , poisson reconstruction ones.
here can find tutorial on meshing point clouds using meshlab.
as representing point cloud easiest format use xyz format:
x1 y1 z1 x2 y2 z2 etc.
another format relatively easy use object (obj) model format.
Comments
Post a Comment