how can find matching point in two images?
조회 수: 24 (최근 30일)
이전 댓글 표시
hi all. I have two images from same scene. but they are different from each other.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163288/image.png)
and
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163290/image.png)
...I want to crop a segment of one of these images and find the Corresponding point on the other image? like below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163292/image.jpeg)
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?
댓글 수: 0
답변 (2개)
Image Analyst
2016년 5월 3일
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:
Alessandro Masullo
2016년 5월 3일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!