Rank: 407 based on 193 downloads (last 30 days) and 1 file submitted
Personal Profile:

Student of Biomedical Engineering

Professional Interests:
medical image analysis

 

Watch this Author's files

 

Files Posted by Jakob
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Jan 2013 Screenshot Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm icp, iterative closest poi..., bestfit, registration, matching 193 37
  • 4.61538
4.6 | 17 ratings
Comments and Ratings by Jakob View all
Updated File Comments Rating
21 Sep 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

@Tomasz: Thanks for your comment! I have updated the function with your modification. I agree with you that this is a good way to ensure a plausible rotation matrix!

17 Jul 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

@Mark Brophy:
Thank you very much for pointing this out. I discovered that the kNearestNeighbors was missing altogether, and that kNN searching is supported only in Stat. Toolbox v. 7.5 or higher.
I added the missing sub function and updated the code, which should be available in about 24 hours.

/Jakob

17 Jul 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

@Pietro Pala:
I think you might be mistaking accuracy for robustness.
You are basically trying to register planes, and there is very little chance of converging with your data.
Try:
z(x,y) = 50*exp(-(x-25.0).^2 ./400.0 -(y-25.0).^2 ./400.0);

/Jakob

17 Jul 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

@Jaden:
I believe that everything in the algorithm is deterministic. However, I do not know the details of Mathwork's kD-tree implementation, and there might be some fuzziness.
You are not showing the code you run, so I have no chance to tell what exactly is going wrong.
Same results with 'Matching' == 'bruteForce' ?

/Jakob

04 Jun 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

Goran: make sure the file is in the Matlab path. Matlab 2007a/b should work.

Comments and Ratings on Jakob's Files View all
Updated File Comment by Comments Rating
12 Feb 2013 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm Zaman, Tim

I found that the implementation found here: http://www.mathworks.com/matlabcentral/fileexchange/24301-finite-iterative-closest-point performs better.

09 Feb 2013 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm Zaman, Tim

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.

10 Dec 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm ocelote

27 Nov 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm ocelote

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 ???

23 Nov 2012 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm ocelote

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 ???

Top Tags Applied by Jakob
icp, iterative closest point, matching, registration
Files Tagged by Jakob
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Jan 2013 Screenshot Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm icp, iterative closest poi..., bestfit, registration, matching 193 37
  • 4.61538
4.6 | 17 ratings

Contact us