Iterative Closest Point,
presented by M.T. Hajiaghayi
Selecting Source Points
-
Use all points of a mesh
-
It is not practical for meshes of large size
-
Uniform subsampling (select some points (x, y) uniformly
for a surface
)
-
It does not consider sparse features such as a small groove
-
Random sampling (select some points (x, y) randomly for
a surface
)
-
It is better than the previous ones for general meshes,
but still does not contain enough samples for sparse features
Next