I am having problems with mesh for the merged point clouds using ICP algorithm.
Firstly, I have several point clouds of different view points for the same scene. And I register them using ICP(Iterative closest point). Then I use the software such as Meshlab and CloudcompareStero to get the mesh for the registered point cloud. And I found the registered point cloud is hierarchy. It behaves as the registered point cloud have several layers in depth direction. Although the difference is very small(I set high accuracy in ICP), it affects the visual quality greatly.
Basically, I think that I have several views' point cloud and I would get a more denser and completed point cloud which contains more information than the one point cloud using ICP. And the visual quality of the registered point cloud should be better than the single views' point cloud. However, because of the layer effect, the visual quality of registered point cloud' mesh is worse than the single view point cloud's mesh.
I think the kind of question should appear in the kinect fusion or some point cloud registration process. But I don't know where to find the cue.
So I want to ask greatest as you for some advice or thoughts to reduce the hierarchy effect and improve the visual quality.