Only works for simulated data. Real data needs a super high overlap already. Method works not as it should, it is more like iterative-most-overlap algorithm instead of closes point.
1
10 Dec 2012
Iterative Closest Point
An implementation of various ICP (iterative closest point) features.
It seems working but only if the model and data are similar. I have an object AB (3D) composed of A and B. I am using AB as a model and A as data, but in this case A becomes twice bigger in order to fit AB ???
3
23 Nov 2012
Iterative Closest Point
An implementation of various ICP (iterative closest point) features.
It seems working but only if the model and data are similar. I have an object AB (3D) composed of A and B. I am using AB as a model and A as data, but in this case A becomes twice bigger in order to fit AB ???
Comment only