how can find matching point in two images?

23 vues (au cours des 30 derniers jours)
jack nn
jack nn le 3 Mai 2016
Commenté : jack nn le 5 Mai 2016
hi all. I have two images from same scene. but they are different from each other.
and
...I want to crop a segment of one of these images and find the Corresponding point on the other image? like below:
I used the code in below link: http://www.ipol.im/pub/algo/my_affine_sift/ but I couldn't find the result that I wanted. can you please guide me?

Réponses (2)

Image Analyst
Image Analyst le 3 Mai 2016
You can go here http://cecs.wright.edu/~agoshtas/home.html to Arthur Goshtasby's site. This professor at Wright State University in Ohio is the guy who literally wrote the book on the subject. Two books actually. It's a complicated subject, so good luck.
If you have the Computer Vision System Toolbox, you can use that:
  1 commentaire
jack nn
jack nn le 5 Mai 2016
thanks Mr Image Analyst.

Connectez-vous pour commenter.


Alessandro Masullo
Alessandro Masullo le 3 Mai 2016
I would suggest you to use normalized cross-correlation first, to get a rough estimate of the position of your object, and then an affine transformation to get the perfect match of your template with the original image.
You can find a very good tutorial here: http://uk.mathworks.com/help/signal/ref/xcorr2.html
  1 commentaire
jack nn
jack nn le 3 Mai 2016
thanks dear Alessandro Masullo.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by