Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If the object is reasonably rigid and aligned, simple <a href="http://www.google.hu/url?sa=t&amp;rct=j&amp;q=autocorrelation&amp;source=web&amp;cd=1&amp;sqi=2&amp;ved=0CBwQFjAA&amp;url=http://en.wikipedia.org/wiki/Autocorrelation&amp;ei=DofgTt-vAYKh4gTTn9TWBg&amp;usg=AFQjCNF0XVfggjIk1I8jkXSXcHDSNDwGxw&amp;cad=rja" rel="nofollow">auto-correlation</a> would do the trick. If not, I would use <a href="http://www.google.hu/url?sa=t&amp;rct=j&amp;q=ransac&amp;source=web&amp;cd=1&amp;ved=0CB0QFjAA&amp;url=http://en.wikipedia.org/wiki/RANSAC&amp;ei=9obgTtLqHeyP4gTawYyTBw&amp;usg=AFQjCNH5aqFVOBzJ7AAnXWK83fuHF4NN1Q&amp;cad=rja" rel="nofollow">RANSAC</a> to estimate the transformation between the subject and the template (it seems that you have the feature points). Please provide some details on the problem.</p> <p><strong>Edit:</strong> RANSAC (Random Sample Consensus) could be used in your case. Think about unnecessary points in your template as noise (false features detected by a feature detector) - they are the outliners. RANSAC could handle outliners, because it choose a small subset of feature points (the minimal amount that could initiate your model) randomly, initiates the model and calculates how well your model match the given data (how many other points in the template correspond to your other points). If you choose wrong subset, this value will be low and you will drop the model. If you choose right subset it will be high and you could improve your match with an LMS algorithm.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload